Class: Aws::Lightsail::Types::AvailabilityZone

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes an Availability Zone. This is returned only as part of a GetRegions request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the Availability Zone.

Returns:

  • (String)


954
955
956
957
958
959
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 954

class AvailabilityZone < Struct.new(
  :zone_name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#zone_nameString

The name of the Availability Zone. The format is us-east-2a (case-sensitive).

Returns:

  • (String)


954
955
956
957
958
959
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 954

class AvailabilityZone < Struct.new(
  :zone_name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end