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
711 |
# File 'sig/client.rbs', line 711
def callback_url: () -> ::String
|
#client_secret_arn ⇒ Types::Secret
706 |
# File 'sig/client.rbs', line 706
def client_secret_arn: () -> Types::Secret
|
#client_secret_json_key ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def client_secret_json_key: () -> ::String
|
#client_secret_source ⇒ "MANAGED", "EXTERNAL"
708 |
# File 'sig/client.rbs', line 708
def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#credential_provider_arn ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def credential_provider_arn: () -> ::String
|
#name ⇒ ::String
709 |
# File 'sig/client.rbs', line 709
def name: () -> ::String
|
#oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
712 |
# File 'sig/client.rbs', line 712
def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput
|
#status ⇒ "CREATING", ...
713 |
# File 'sig/client.rbs', line 713
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|