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
449 |
# File 'sig/client.rbs', line 449
def iam: () -> Types::IamAuthConfiguration
|
#idc ⇒ Types::IdcAuthConfiguration
450 |
# File 'sig/client.rbs', line 450
def idc: () -> Types::IdcAuthConfiguration
|
#idp ⇒ Types::IdpAuthConfiguration
451 |
# File 'sig/client.rbs', line 451
def idp: () -> Types::IdpAuthConfiguration
|
#operator_app_url ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def operator_app_url: () -> ::String
|