Class: Aws::Types::VpcIpv6CidrBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::VpcIpv6CidrBlockAssociation
- 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::VpcCidrBlockState
Returns the value of attribute ipv_6_cidr_block_state.
-
#ipv_6_pool ⇒ ::String
Returns the value of attribute ipv_6_pool.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
19131 19132 19133 |
# File 'sig/types.rbs', line 19131 def association_id @association_id end |
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
19137 19138 19139 |
# File 'sig/types.rbs', line 19137 def ip_source @ip_source end |
#ipv_6_address_attribute ⇒ "public", "private"
Returns the value of attribute ipv_6_address_attribute.
19136 19137 19138 |
# File 'sig/types.rbs', line 19136 def ipv_6_address_attribute @ipv_6_address_attribute end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
19132 19133 19134 |
# File 'sig/types.rbs', line 19132 def ipv_6_cidr_block @ipv_6_cidr_block end |
#ipv_6_cidr_block_state ⇒ Types::VpcCidrBlockState
Returns the value of attribute ipv_6_cidr_block_state.
19133 19134 19135 |
# File 'sig/types.rbs', line 19133 def ipv_6_cidr_block_state @ipv_6_cidr_block_state end |
#ipv_6_pool ⇒ ::String
Returns the value of attribute ipv_6_pool.
19135 19136 19137 |
# File 'sig/types.rbs', line 19135 def ipv_6_pool @ipv_6_pool end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
19134 19135 19136 |
# File 'sig/types.rbs', line 19134 def network_border_group @network_border_group end |