Module: Aws::BedrockAgentCoreControl::Client::_CreateOauth2CredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateOauth2CredentialProviderResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #callback_url ⇒ ::String
- #client_secret_arn ⇒ Types::Secret
- #client_secret_json_key ⇒ ::String
- #client_secret_source ⇒ "MANAGED", "EXTERNAL"
- #credential_provider_arn ⇒ ::String
- #name ⇒ ::String
- #oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
- #status ⇒ "CREATING", ...
Instance Method Details
#callback_url ⇒ ::String
563 |
# File 'sig/client.rbs', line 563
def callback_url: () -> ::String
|
#client_secret_arn ⇒ Types::Secret
558 |
# File 'sig/client.rbs', line 558
def client_secret_arn: () -> Types::Secret
|
#client_secret_json_key ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def client_secret_json_key: () -> ::String
|
#client_secret_source ⇒ "MANAGED", "EXTERNAL"
560 |
# File 'sig/client.rbs', line 560
def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#credential_provider_arn ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def credential_provider_arn: () -> ::String
|
#name ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def name: () -> ::String
|
#oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
564 |
# File 'sig/client.rbs', line 564
def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput
|
#status ⇒ "CREATING", ...
565 |
# File 'sig/client.rbs', line 565
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|