Class: Aws::Lightsail::Types::ResourceLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ResourceLocation
- 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
-
#availability_zone ⇒ String
The Availability Zone.
-
#region_name ⇒ String
The AWS Region name.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone. Follows the format us-east-2a
(case-sensitive).
14391 14392 14393 14394 14395 14396 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14391 class ResourceLocation < Struct.new( :availability_zone, :region_name) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The AWS Region name.
14391 14392 14393 14394 14395 14396 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14391 class ResourceLocation < Struct.new( :availability_zone, :region_name) SENSITIVE = [] include Aws::Structure end |