Class: Aws::Account::Types::GetRegionOptStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::GetRegionOptStatusResponse
- Defined in:
- gems/aws-sdk-account/lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Region code that was passed in.
-
#region_opt_status ⇒ String
One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
Instance Attribute Details
#region_name ⇒ String
The Region code that was passed in.
586 587 588 589 590 591 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 586 class GetRegionOptStatusResponse < Struct.new( :region_name, :region_opt_status) SENSITIVE = [] include Aws::Structure end |
#region_opt_status ⇒ String
One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
586 587 588 589 590 591 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 586 class GetRegionOptStatusResponse < Struct.new( :region_name, :region_opt_status) SENSITIVE = [] include Aws::Structure end |