Class: Aws::Types::RegionStatus
- Inherits:
-
Object
- Object
- Aws::Types::RegionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ Types::IndexStatus
Returns the value of attribute index.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#view ⇒ Types::ViewStatus
Returns the value of attribute view.
Instance Attribute Details
#index ⇒ Types::IndexStatus
Returns the value of attribute index.
379 380 381 |
# File 'sig/types.rbs', line 379 def index @index end |
#region ⇒ ::String
Returns the value of attribute region.
378 379 380 |
# File 'sig/types.rbs', line 378 def region @region end |
#view ⇒ Types::ViewStatus
Returns the value of attribute view.
380 381 382 |
# File 'sig/types.rbs', line 380 def view @view end |