Module: Aws::SSOAdmin::Client::_DescribeInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #encryption_configuration_details ⇒ Types::EncryptionConfigurationDetails
- #identity_store_id ⇒ ::String
- #instance_arn ⇒ ::String
- #name ⇒ ::String
- #owner_account_id ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #status_reason ⇒ ::String
Instance Method Details
#created_date ⇒ ::Time
436 |
# File 'sig/client.rbs', line 436
def created_date: () -> ::Time
|
#encryption_configuration_details ⇒ Types::EncryptionConfigurationDetails
439 |
# File 'sig/client.rbs', line 439
def encryption_configuration_details: () -> Types::EncryptionConfigurationDetails
|
#identity_store_id ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def identity_store_id: () -> ::String
|
#instance_arn ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def instance_arn: () -> ::String
|
#name ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def name: () -> ::String
|
#owner_account_id ⇒ ::String
434 |
# File 'sig/client.rbs', line 434
def owner_account_id: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
437 |
# File 'sig/client.rbs', line 437
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "ACTIVE")
|
#status_reason ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def status_reason: () -> ::String
|