Module: Aws::BedrockAgentCoreControl::Client::_CreateOauth2CredentialProviderResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateOauth2CredentialProviderResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#callback_url::String

Returns:

  • (::String)


720
# File 'sig/client.rbs', line 720

def callback_url: () -> ::String

#client_secret_arnTypes::Secret

Returns:



715
# File 'sig/client.rbs', line 715

def client_secret_arn: () -> Types::Secret

#client_secret_json_key::String

Returns:

  • (::String)


716
# File 'sig/client.rbs', line 716

def client_secret_json_key: () -> ::String

#client_secret_source"MANAGED", "EXTERNAL"

Returns:

  • ("MANAGED", "EXTERNAL")


717
# File 'sig/client.rbs', line 717

def client_secret_source: () -> ("MANAGED" | "EXTERNAL")

#credential_provider_arn::String

Returns:

  • (::String)


719
# File 'sig/client.rbs', line 719

def credential_provider_arn: () -> ::String

#name::String

Returns:

  • (::String)


718
# File 'sig/client.rbs', line 718

def name: () -> ::String

#oauth2_provider_config_outputTypes::Oauth2ProviderConfigOutput



721
# File 'sig/client.rbs', line 721

def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED")


722
# File 'sig/client.rbs', line 722

def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")