Class: Aws::Types::Ipv6CidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::Ipv6CidrBlockAssociation
- 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_state ⇒ ::String
Returns the value of attribute cidr_block_state.
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
6332 6333 6334 |
# File 'sig/types.rbs', line 6332 def association_id @association_id end |
#cidr_block_state ⇒ ::String
Returns the value of attribute cidr_block_state.
6334 6335 6336 |
# File 'sig/types.rbs', line 6334 def cidr_block_state @cidr_block_state end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
6333 6334 6335 |
# File 'sig/types.rbs', line 6333 def ipv_6_cidr_block @ipv_6_cidr_block end |