Class: Aws::Types::CreateVpcRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcRequest
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
-
#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.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_encryption_control ⇒ Types::VpcEncryptionControlConfiguration
Returns the value of attribute vpc_encryption_control.
Instance Attribute Details
#amazon_provided_ipv_6_cidr_block ⇒ Boolean
Returns the value of attribute amazon_provided_ipv_6_cidr_block.
3937 3938 3939 |
# File 'sig/types.rbs', line 3937 def amazon_provided_ipv_6_cidr_block @amazon_provided_ipv_6_cidr_block end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 def cidr_block @cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3935 3936 3937 |
# File 'sig/types.rbs', line 3935 def dry_run @dry_run end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
3936 3937 3938 |
# File 'sig/types.rbs', line 3936 def instance_tenancy @instance_tenancy end |
#ipv_4_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_4_ipam_pool_id.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 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.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def ipv_4_netmask_length @ipv_4_netmask_length end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 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.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 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.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 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.
3931 3932 3933 |
# File 'sig/types.rbs', line 3931 def ipv_6_netmask_length @ipv_6_netmask_length end |
#ipv_6_pool ⇒ ::String
Returns the value of attribute ipv_6_pool.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def ipv_6_pool @ipv_6_pool end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3934 3935 3936 |
# File 'sig/types.rbs', line 3934 def tag_specifications @tag_specifications end |
#vpc_encryption_control ⇒ Types::VpcEncryptionControlConfiguration
Returns the value of attribute vpc_encryption_control.
3933 3934 3935 |
# File 'sig/types.rbs', line 3933 def vpc_encryption_control @vpc_encryption_control end |