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.



19624
19625
19626
# File 'sig/types.rbs', line 19624

def block_public_access_states
  @block_public_access_states
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


19627
19628
19629
# File 'sig/types.rbs', line 19627

def cidr_block
  @cidr_block
end

#cidr_block_association_set::Array[Types::VpcCidrBlockAssociation]

Returns the value of attribute cidr_block_association_set.

Returns:



19620
19621
19622
# File 'sig/types.rbs', line 19620

def cidr_block_association_set
  @cidr_block_association_set
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


19628
19629
19630
# File 'sig/types.rbs', line 19628

def dhcp_options_id
  @dhcp_options_id
end

#encryption_controlTypes::VpcEncryptionControl

Returns the value of attribute encryption_control.



19622
19623
19624
# File 'sig/types.rbs', line 19622

def encryption_control
  @encryption_control
end

#instance_tenancy"default", ...

Returns the value of attribute instance_tenancy.

Returns:

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


19618
19619
19620
# File 'sig/types.rbs', line 19618

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.



19619
19620
19621
# File 'sig/types.rbs', line 19619

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)


19621
19622
19623
# File 'sig/types.rbs', line 19621

def is_default
  @is_default
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


19617
19618
19619
# File 'sig/types.rbs', line 19617

def owner_id
  @owner_id
end

#state"pending", "available"

Returns the value of attribute state.

Returns:

  • ("pending", "available")


19626
19627
19628
# File 'sig/types.rbs', line 19626

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19623
19624
19625
# File 'sig/types.rbs', line 19623

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19625
19626
19627
# File 'sig/types.rbs', line 19625

def vpc_id
  @vpc_id
end