Class: Aws::RDS::Types::IPRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::IPRange
- Includes:
- Structure
- Defined in:
- 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
-
#cidrip ⇒ String
Specifies the IP range.
-
#status ⇒ String
Specifies the status of the IP range.
Instance Attribute Details
#cidrip ⇒ String
Specifies the IP range.
14278 14279 14280 14281 14282 14283 |
# File 'lib/aws-sdk-rds/types.rb', line 14278 class IPRange < Struct.new( :status, :cidrip) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the status of the IP range. Status can be “authorizing”, “authorized”, “revoking”, and “revoked”.
14278 14279 14280 14281 14282 14283 |
# File 'lib/aws-sdk-rds/types.rb', line 14278 class IPRange < Struct.new( :status, :cidrip) SENSITIVE = [] include Aws::Structure end |