Class: Aws::Types::DescribeRegionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def next_token
  @next_token
end

#regions_description::Array[Types::RegionDescription]

Returns the value of attribute regions_description.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def regions_description
  @regions_description
end