Class: Aws::Types::Subnet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneTypes::AvailabilityZone

Returns the value of attribute subnet_availability_zone.



4375
4376
4377
# File 'sig/types.rbs', line 4375

def subnet_availability_zone
  @subnet_availability_zone
end

#subnet_identifier::String

Returns the value of attribute subnet_identifier.

Returns:

  • (::String)


4374
4375
4376
# File 'sig/types.rbs', line 4374

def subnet_identifier
  @subnet_identifier
end

#subnet_outpostTypes::Outpost

Returns the value of attribute subnet_outpost.

Returns:



4376
4377
4378
# File 'sig/types.rbs', line 4376

def subnet_outpost
  @subnet_outpost
end

#subnet_status::String

Returns the value of attribute subnet_status.

Returns:

  • (::String)


4377
4378
4379
# File 'sig/types.rbs', line 4377

def subnet_status
  @subnet_status
end