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

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def name
  @name
end

#supported_platforms::Array[Types::SupportedPlatform]

Returns the value of attribute supported_platforms.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def supported_platforms
  @supported_platforms
end