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.



19645
19646
19647
# File 'sig/types.rbs', line 19645

def block_public_access_states
  @block_public_access_states
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


19648
19649
19650
# File 'sig/types.rbs', line 19648

def cidr_block
  @cidr_block
end

#cidr_block_association_set::Array[Types::VpcCidrBlockAssociation]

Returns the value of attribute cidr_block_association_set.

Returns:



19641
19642
19643
# File 'sig/types.rbs', line 19641

def cidr_block_association_set
  @cidr_block_association_set
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


19649
19650
19651
# File 'sig/types.rbs', line 19649

def dhcp_options_id
  @dhcp_options_id
end

#encryption_controlTypes::VpcEncryptionControl

Returns the value of attribute encryption_control.



19643
19644
19645
# File 'sig/types.rbs', line 19643

def encryption_control
  @encryption_control
end

#instance_tenancy"default", ...

Returns the value of attribute instance_tenancy.

Returns:

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


19639
19640
19641
# File 'sig/types.rbs', line 19639

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.



19640
19641
19642
# File 'sig/types.rbs', line 19640

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)


19642
19643
19644
# File 'sig/types.rbs', line 19642

def is_default
  @is_default
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


19638
19639
19640
# File 'sig/types.rbs', line 19638

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting")


19647
19648
19649
# File 'sig/types.rbs', line 19647

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19644
19645
19646
# File 'sig/types.rbs', line 19644

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19646
19647
19648
# File 'sig/types.rbs', line 19646

def vpc_id
  @vpc_id
end