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)


3987
3988
3989
# File 'sig/types.rbs', line 3987

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)


3975
3976
3977
# File 'sig/types.rbs', line 3975

def cidr_block
  @cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3985
3986
3987
# File 'sig/types.rbs', line 3985

def dry_run
  @dry_run
end

#instance_tenancy"default", ...

Returns the value of attribute instance_tenancy.

Returns:

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


3986
3987
3988
# File 'sig/types.rbs', line 3986

def instance_tenancy
  @instance_tenancy
end

#ipv_4_ipam_pool_id::String

Returns the value of attribute ipv_4_ipam_pool_id.

Returns:

  • (::String)


3978
3979
3980
# File 'sig/types.rbs', line 3978

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)


3979
3980
3981
# File 'sig/types.rbs', line 3979

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)


3977
3978
3979
# File 'sig/types.rbs', line 3977

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)


3982
3983
3984
# File 'sig/types.rbs', line 3982

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)


3980
3981
3982
# File 'sig/types.rbs', line 3980

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)


3981
3982
3983
# File 'sig/types.rbs', line 3981

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#ipv_6_pool::String

Returns the value of attribute ipv_6_pool.

Returns:

  • (::String)


3976
3977
3978
# File 'sig/types.rbs', line 3976

def ipv_6_pool
  @ipv_6_pool
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3984
3985
3986
# File 'sig/types.rbs', line 3984

def tag_specifications
  @tag_specifications
end

#vpc_encryption_controlTypes::VpcEncryptionControlConfiguration

Returns the value of attribute vpc_encryption_control.



3983
3984
3985
# File 'sig/types.rbs', line 3983

def vpc_encryption_control
  @vpc_encryption_control
end