Class: Aws::Types::SecondarySubnetIpv4CidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SecondarySubnetIpv4CidrBlockAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
16937 16938 16939 |
# File 'sig/types.rbs', line 16937 def association_id @association_id end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
16938 16939 16940 |
# File 'sig/types.rbs', line 16938 def cidr_block @cidr_block end |
#state ⇒ "associating", ...
Returns the value of attribute state.
16939 16940 16941 |
# File 'sig/types.rbs', line 16939 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
16940 16941 16942 |
# File 'sig/types.rbs', line 16940 def state_reason @state_reason end |