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.



19285
19286
19287
# File 'sig/types.rbs', line 19285

def block_public_access_states
  @block_public_access_states
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


19288
19289
19290
# File 'sig/types.rbs', line 19288

def cidr_block
  @cidr_block
end

#cidr_block_association_set::Array[Types::VpcCidrBlockAssociation]

Returns the value of attribute cidr_block_association_set.

Returns:



19281
19282
19283
# File 'sig/types.rbs', line 19281

def cidr_block_association_set
  @cidr_block_association_set
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


19289
19290
19291
# File 'sig/types.rbs', line 19289

def dhcp_options_id
  @dhcp_options_id
end

#encryption_controlTypes::VpcEncryptionControl

Returns the value of attribute encryption_control.



19283
19284
19285
# File 'sig/types.rbs', line 19283

def encryption_control
  @encryption_control
end

#instance_tenancy"default", ...

Returns the value of attribute instance_tenancy.

Returns:

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


19279
19280
19281
# File 'sig/types.rbs', line 19279

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.



19280
19281
19282
# File 'sig/types.rbs', line 19280

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)


19282
19283
19284
# File 'sig/types.rbs', line 19282

def is_default
  @is_default
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


19278
19279
19280
# File 'sig/types.rbs', line 19278

def owner_id
  @owner_id
end

#state"pending", "available"

Returns the value of attribute state.

Returns:

  • ("pending", "available")


19287
19288
19289
# File 'sig/types.rbs', line 19287

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19284
19285
19286
# File 'sig/types.rbs', line 19284

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19286
19287
19288
# File 'sig/types.rbs', line 19286

def vpc_id
  @vpc_id
end