Module: Aws::SSOAdmin::Client::_DescribeApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_account ⇒ ::String
- #application_arn ⇒ ::String
- #application_provider_arn ⇒ ::String
- #created_date ⇒ ::Time
- #created_from ⇒ ::String
- #description ⇒ ::String
- #identity_store_arn ⇒ ::String
- #instance_arn ⇒ ::String
- #name ⇒ ::String
- #portal_options ⇒ Types::PortalOptions
- #status ⇒ "ENABLED", "DISABLED"
Instance Method Details
#application_account ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def application_account: () -> ::String
|
#application_arn ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def application_arn: () -> ::String
|
#application_provider_arn ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def application_provider_arn: () -> ::String
|
#created_date ⇒ ::Time
394 |
# File 'sig/client.rbs', line 394
def created_date: () -> ::Time
|
#created_from ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def created_from: () -> ::String
|
#description ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def description: () -> ::String
|
#identity_store_arn ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def identity_store_arn: () -> ::String
|
#instance_arn ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def instance_arn: () -> ::String
|
#name ⇒ ::String
387 |
# File 'sig/client.rbs', line 387
def name: () -> ::String
|
#portal_options ⇒ Types::PortalOptions
392 |
# File 'sig/client.rbs', line 392
def portal_options: () -> Types::PortalOptions
|
#status ⇒ "ENABLED", "DISABLED"
391 |
# File 'sig/client.rbs', line 391
def status: () -> ("ENABLED" | "DISABLED")
|