Class: Aws::Types::Region

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

Defined Under Namespace

Classes: RegionName, RegionNamePath, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


5225
5226
5227
# File 'sig/types.rbs', line 5225

def region_name
  @region_name
end

#region_name_path::String

Returns the value of attribute region_name_path.

Returns:

  • (::String)


5226
5227
5228
# File 'sig/types.rbs', line 5226

def region_name_path
  @region_name_path
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


5227
5228
5229
# File 'sig/types.rbs', line 5227

def unknown
  @unknown
end