Class: Aws::Types::VpcCidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::VpcCidrBlockAssociation
- 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 ⇒ Types::VpcCidrBlockState
Returns the value of attribute cidr_block_state.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
19685 19686 19687 |
# File 'sig/types.rbs', line 19685 def association_id @association_id end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
19686 19687 19688 |
# File 'sig/types.rbs', line 19686 def cidr_block @cidr_block end |
#cidr_block_state ⇒ Types::VpcCidrBlockState
Returns the value of attribute cidr_block_state.
19687 19688 19689 |
# File 'sig/types.rbs', line 19687 def cidr_block_state @cidr_block_state end |