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
720 |
# File 'sig/client.rbs', line 720
def callback_url: () -> ::String
|
#client_secret_arn ⇒ Types::Secret
715 |
# File 'sig/client.rbs', line 715
def client_secret_arn: () -> Types::Secret
|
#client_secret_json_key ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def client_secret_json_key: () -> ::String
|
#client_secret_source ⇒ "MANAGED", "EXTERNAL"
717 |
# File 'sig/client.rbs', line 717
def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#credential_provider_arn ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def credential_provider_arn: () -> ::String
|
#name ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def name: () -> ::String
|
#oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
721 |
# File 'sig/client.rbs', line 721
def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput
|
#status ⇒ "CREATING", ...
722 |
# File 'sig/client.rbs', line 722
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|