Class: Aws::Types::AssociateVpcCidrBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateVpcCidrBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_provided_ipv_6_cidr_block ⇒ Boolean
Returns the value of attribute amazon_provided_ipv_6_cidr_block.
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#ipv_4_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_4_ipam_pool_id.
-
#ipv_4_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_4_netmask_length.
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
-
#ipv_6_cidr_block_network_border_group ⇒ ::String
Returns the value of attribute ipv_6_cidr_block_network_border_group.
-
#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.
-
#ipv_6_pool ⇒ ::String
Returns the value of attribute ipv_6_pool.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#amazon_provided_ipv_6_cidr_block ⇒ Boolean
Returns the value of attribute amazon_provided_ipv_6_cidr_block.
775 776 777 |
# File 'sig/types.rbs', line 775 def amazon_provided_ipv_6_cidr_block @amazon_provided_ipv_6_cidr_block end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
766 767 768 |
# File 'sig/types.rbs', line 766 def cidr_block @cidr_block end |
#ipv_4_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_4_ipam_pool_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def ipv_4_ipam_pool_id @ipv_4_ipam_pool_id end |
#ipv_4_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_4_netmask_length.
771 772 773 |
# File 'sig/types.rbs', line 771 def ipv_4_netmask_length @ipv_4_netmask_length end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
769 770 771 |
# File 'sig/types.rbs', line 769 def ipv_6_cidr_block @ipv_6_cidr_block end |
#ipv_6_cidr_block_network_border_group ⇒ ::String
Returns the value of attribute ipv_6_cidr_block_network_border_group.
767 768 769 |
# File 'sig/types.rbs', line 767 def ipv_6_cidr_block_network_border_group @ipv_6_cidr_block_network_border_group end |
#ipv_6_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_6_ipam_pool_id.
772 773 774 |
# File 'sig/types.rbs', line 772 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.
773 774 775 |
# File 'sig/types.rbs', line 773 def ipv_6_netmask_length @ipv_6_netmask_length end |
#ipv_6_pool ⇒ ::String
Returns the value of attribute ipv_6_pool.
768 769 770 |
# File 'sig/types.rbs', line 768 def ipv_6_pool @ipv_6_pool end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
774 775 776 |
# File 'sig/types.rbs', line 774 def vpc_id @vpc_id end |