Module: Aws::DevOpsAgent::Client::_GetOperatorAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOperatorAppOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #iam ⇒ Types::IamAuthConfiguration
- #idc ⇒ Types::IdcAuthConfiguration
- #idp ⇒ Types::IdpAuthConfiguration
- #operator_app_url ⇒ ::String
Instance Method Details
#iam ⇒ Types::IamAuthConfiguration
448 |
# File 'sig/client.rbs', line 448
def iam: () -> Types::IamAuthConfiguration
|
#idc ⇒ Types::IdcAuthConfiguration
449 |
# File 'sig/client.rbs', line 449
def idc: () -> Types::IdcAuthConfiguration
|
#idp ⇒ Types::IdpAuthConfiguration
450 |
# File 'sig/client.rbs', line 450
def idp: () -> Types::IdpAuthConfiguration
|
#operator_app_url ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def operator_app_url: () -> ::String
|