Class: Aws::Types::Vpc

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_public_access_statesTypes::BlockPublicAccessStates

Returns the value of attribute block_public_access_states.



18958
18959
18960
# File 'sig/types.rbs', line 18958

def block_public_access_states
  @block_public_access_states
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


18961
18962
18963
# File 'sig/types.rbs', line 18961

def cidr_block
  @cidr_block
end

#cidr_block_association_set::Array[Types::VpcCidrBlockAssociation]

Returns the value of attribute cidr_block_association_set.

Returns:



18954
18955
18956
# File 'sig/types.rbs', line 18954

def cidr_block_association_set
  @cidr_block_association_set
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


18962
18963
18964
# File 'sig/types.rbs', line 18962

def dhcp_options_id
  @dhcp_options_id
end

#encryption_controlTypes::VpcEncryptionControl

Returns the value of attribute encryption_control.



18956
18957
18958
# File 'sig/types.rbs', line 18956

def encryption_control
  @encryption_control
end

#instance_tenancy"default", ...

Returns the value of attribute instance_tenancy.

Returns:

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


18952
18953
18954
# File 'sig/types.rbs', line 18952

def instance_tenancy
  @instance_tenancy
end

#ipv_6_cidr_block_association_set::Array[Types::VpcIpv6CidrBlockAssociation]

Returns the value of attribute ipv_6_cidr_block_association_set.



18953
18954
18955
# File 'sig/types.rbs', line 18953

def ipv_6_cidr_block_association_set
  @ipv_6_cidr_block_association_set
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


18955
18956
18957
# File 'sig/types.rbs', line 18955

def is_default
  @is_default
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18951
18952
18953
# File 'sig/types.rbs', line 18951

def owner_id
  @owner_id
end

#state"pending", "available"

Returns the value of attribute state.

Returns:

  • ("pending", "available")


18960
18961
18962
# File 'sig/types.rbs', line 18960

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18957
18958
18959
# File 'sig/types.rbs', line 18957

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


18959
18960
18961
# File 'sig/types.rbs', line 18959

def vpc_id
  @vpc_id
end