Class: Aws::Types::SecondaryNetworkIpv4CidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SecondaryNetworkIpv4CidrBlockAssociation
- 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.
17550 17551 17552 |
# File 'sig/types.rbs', line 17550 def association_id @association_id end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
17551 17552 17553 |
# File 'sig/types.rbs', line 17551 def cidr_block @cidr_block end |
#state ⇒ "associating", ...
Returns the value of attribute state.
17552 17553 17554 |
# File 'sig/types.rbs', line 17552 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
17553 17554 17555 |
# File 'sig/types.rbs', line 17553 def state_reason @state_reason end |