Class: Aws::Lightsail::Types::ResourceLocation

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

Overview

Describes the resource location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone. Follows the format us-east-2a (case-sensitive).

Returns:

  • (String)


13485
13486
13487
13488
13489
13490
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13485

class ResourceLocation < Struct.new(
  :availability_zone,
  :region_name)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The Amazon Web Services Region name.

Returns:

  • (String)


13485
13486
13487
13488
13489
13490
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13485

class ResourceLocation < Struct.new(
  :availability_zone,
  :region_name)
  SENSITIVE = []
  include Aws::Structure
end