Class: Aws::Types::SubnetIpv6CidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SubnetIpv6CidrBlockAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
-
#ipv_6_address_attribute ⇒ "public", "private"
Returns the value of attribute ipv_6_address_attribute.
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
-
#ipv_6_cidr_block_state ⇒ Types::SubnetCidrBlockState
Returns the value of attribute ipv_6_cidr_block_state.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
17607 17608 17609 |
# File 'sig/types.rbs', line 17607 def association_id @association_id end |
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
17611 17612 17613 |
# File 'sig/types.rbs', line 17611 def ip_source @ip_source end |
#ipv_6_address_attribute ⇒ "public", "private"
Returns the value of attribute ipv_6_address_attribute.
17610 17611 17612 |
# File 'sig/types.rbs', line 17610 def ipv_6_address_attribute @ipv_6_address_attribute end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
17608 17609 17610 |
# File 'sig/types.rbs', line 17608 def ipv_6_cidr_block @ipv_6_cidr_block end |
#ipv_6_cidr_block_state ⇒ Types::SubnetCidrBlockState
Returns the value of attribute ipv_6_cidr_block_state.
17609 17610 17611 |
# File 'sig/types.rbs', line 17609 def ipv_6_cidr_block_state @ipv_6_cidr_block_state end |