Class: Aws::Types::Region

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


15837
15838
15839
# File 'sig/types.rbs', line 15837

def endpoint
  @endpoint
end

#geography::Array[Types::RegionGeography]

Returns the value of attribute geography.

Returns:



15835
15836
15837
# File 'sig/types.rbs', line 15835

def geography
  @geography
end

#opt_in_status::String

Returns the value of attribute opt_in_status.

Returns:

  • (::String)


15834
15835
15836
# File 'sig/types.rbs', line 15834

def opt_in_status
  @opt_in_status
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


15836
15837
15838
# File 'sig/types.rbs', line 15836

def region_name
  @region_name
end