Class: Aws::RDS::Types::IPRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

This data type is used as a response element in the DescribeDBSecurityGroups action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

The IP range.

Returns:

  • (String)


16200
16201
16202
16203
16204
16205
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16200

class IPRange < Struct.new(
  :status,
  :cidrip)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

Returns:

  • (String)


16200
16201
16202
16203
16204
16205
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16200

class IPRange < Struct.new(
  :status,
  :cidrip)
  SENSITIVE = []
  include Aws::Structure
end