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.
788 789 790 |
# File 'sig/types.rbs', line 788 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.
785 786 787 |
# File 'sig/types.rbs', line 785 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.
786 787 788 |
# File 'sig/types.rbs', line 786 def ipv_6_netmask_length @ipv_6_netmask_length end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
787 788 789 |
# File 'sig/types.rbs', line 787 def subnet_id @subnet_id end |