Module: Aws::DevOpsAgent::Client::_EnableOperatorAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EnableOperatorAppOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #iam ⇒ Types::IamAuthConfiguration
- #idc ⇒ Types::IdcAuthConfiguration
- #idp ⇒ Types::IdpAuthConfiguration
- #operator_app_url ⇒ ::String
Instance Method Details
#agent_space_id ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def agent_space_id: () -> ::String
|
#iam ⇒ Types::IamAuthConfiguration
344 |
# File 'sig/client.rbs', line 344
def iam: () -> Types::IamAuthConfiguration
|
#idc ⇒ Types::IdcAuthConfiguration
345 |
# File 'sig/client.rbs', line 345
def idc: () -> Types::IdcAuthConfiguration
|
#idp ⇒ Types::IdpAuthConfiguration
346 |
# File 'sig/client.rbs', line 346
def idp: () -> Types::IdpAuthConfiguration
|
#operator_app_url ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def operator_app_url: () -> ::String
|