Class: Aws::Types::DescribeRegionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def directory_id
  @directory_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def next_token
  @next_token
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def region_name
  @region_name
end