Class: Aws::Types::AssociateSubnetCidrBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSubnetCidrBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
-
#ipv_6_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_6_ipam_pool_id.
-
#ipv_6_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_6_netmask_length.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
702 703 704 |
# File 'sig/types.rbs', line 702 def ipv_6_cidr_block @ipv_6_cidr_block end |
#ipv_6_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_6_ipam_pool_id.
699 700 701 |
# File 'sig/types.rbs', line 699 def ipv_6_ipam_pool_id @ipv_6_ipam_pool_id end |
#ipv_6_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_6_netmask_length.
700 701 702 |
# File 'sig/types.rbs', line 700 def ipv_6_netmask_length @ipv_6_netmask_length end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
701 702 703 |
# File 'sig/types.rbs', line 701 def subnet_id @subnet_id end |