Class: Aws::Types::AvailabilityZone

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def subnet_id
  @subnet_id
end

#zone_name::String

Returns the value of attribute zone_name.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def zone_name
  @zone_name
end