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.
861 862 863 |
# File 'sig/types.rbs', line 861 def amazon_provided_ipv_6_cidr_block @amazon_provided_ipv_6_cidr_block end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
852 853 854 |
# File 'sig/types.rbs', line 852 def cidr_block @cidr_block end |
#ipv_4_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_4_ipam_pool_id.
856 857 858 |
# File 'sig/types.rbs', line 856 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.
857 858 859 |
# File 'sig/types.rbs', line 857 def ipv_4_netmask_length @ipv_4_netmask_length end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
855 856 857 |
# File 'sig/types.rbs', line 855 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.
853 854 855 |
# File 'sig/types.rbs', line 853 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.
858 859 860 |
# File 'sig/types.rbs', line 858 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.
859 860 861 |
# File 'sig/types.rbs', line 859 def ipv_6_netmask_length @ipv_6_netmask_length end |
#ipv_6_pool ⇒ ::String
Returns the value of attribute ipv_6_pool.
854 855 856 |
# File 'sig/types.rbs', line 854 def ipv_6_pool @ipv_6_pool end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
860 861 862 |
# File 'sig/types.rbs', line 860 def vpc_id @vpc_id end |