Class: Aws::Types::ResourceLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


2812
2813
2814
# File 'sig/types.rbs', line 2812

def availability_zone
  @availability_zone
end

#region_name"us-east-1", ...

Returns the value of attribute region_name.

Returns:

  • ("us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-north-1", "eu-south-2", "ca-central-1", "ap-east-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-southeast-3", "ap-southeast-5", "sa-east-1")


2813
2814
2815
# File 'sig/types.rbs', line 2813

def region_name
  @region_name
end