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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

Specifies the IP range.

Returns:

  • (String)


9395
9396
9397
9398
9399
# File 'lib/aws-sdk-rds/types.rb', line 9395

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

#statusString

Specifies the status of the IP range. Status can be “authorizing”, “authorized”, “revoking”, and “revoked”.

Returns:

  • (String)


9395
9396
9397
9398
9399
# File 'lib/aws-sdk-rds/types.rb', line 9395

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