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.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def subnet_availability_zone
  @subnet_availability_zone
end

#subnet_identifier::String

Returns the value of attribute subnet_identifier.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def subnet_identifier
  @subnet_identifier
end

#subnet_status::String

Returns the value of attribute subnet_status.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def subnet_status
  @subnet_status
end