Class: Aws::Types::RegionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#indexTypes::IndexStatus

Returns the value of attribute index.

Returns:



379
380
381
# File 'sig/types.rbs', line 379

def index
  @index
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def region
  @region
end

#viewTypes::ViewStatus

Returns the value of attribute view.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def view
  @view
end