Class: Aws::Types::CreateVpcRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_provided_ipv_6_cidr_blockBoolean

Returns the value of attribute amazon_provided_ipv_6_cidr_block.

Returns:

  • (Boolean)


3825
3826
3827
# File 'sig/types.rbs', line 3825

def amazon_provided_ipv_6_cidr_block
  @amazon_provided_ipv_6_cidr_block
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


3813
3814
3815
# File 'sig/types.rbs', line 3813

def cidr_block
  @cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3823
3824
3825
# File 'sig/types.rbs', line 3823

def dry_run
  @dry_run
end

#instance_tenancy"default", ...

Returns the value of attribute instance_tenancy.

Returns:

  • ("default", "dedicated", "host")


3824
3825
3826
# File 'sig/types.rbs', line 3824

def instance_tenancy
  @instance_tenancy
end

#ipv_4_ipam_pool_id::String

Returns the value of attribute ipv_4_ipam_pool_id.

Returns:

  • (::String)


3816
3817
3818
# File 'sig/types.rbs', line 3816

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.

Returns:

  • (::Integer)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def ipv_4_netmask_length
  @ipv_4_netmask_length
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


3815
3816
3817
# File 'sig/types.rbs', line 3815

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.

Returns:

  • (::String)


3820
3821
3822
# File 'sig/types.rbs', line 3820

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.

Returns:

  • (::String)


3818
3819
3820
# File 'sig/types.rbs', line 3818

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.

Returns:

  • (::Integer)


3819
3820
3821
# File 'sig/types.rbs', line 3819

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#ipv_6_pool::String

Returns the value of attribute ipv_6_pool.

Returns:

  • (::String)


3814
3815
3816
# File 'sig/types.rbs', line 3814

def ipv_6_pool
  @ipv_6_pool
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3822
3823
3824
# File 'sig/types.rbs', line 3822

def tag_specifications
  @tag_specifications
end

#vpc_encryption_controlTypes::VpcEncryptionControlConfiguration

Returns the value of attribute vpc_encryption_control.



3821
3822
3823
# File 'sig/types.rbs', line 3821

def vpc_encryption_control
  @vpc_encryption_control
end