Class: Aws::Types::CidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::CidrBlockAssociation
- 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.
-
#cidr_block_state ⇒ ::String
Returns the value of attribute cidr_block_state.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
4929 4930 4931 |
# File 'sig/types.rbs', line 4929 def association_id @association_id end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def cidr_block @cidr_block end |
#cidr_block_state ⇒ ::String
Returns the value of attribute cidr_block_state.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def cidr_block_state @cidr_block_state end |