Class: Aws::SSOAdmin::Types::AddRegionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AddRegionResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the Region after the Add operation.
Instance Attribute Details
#status ⇒ String
The status of the Region after the Add operation. The status is ADDING when the asynchronous workflow is in progress and changes to ACTIVE when complete.
275 276 277 278 279 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 275 class AddRegionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |