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)


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

def callback_url: () -> ::String

#client_secret_arnTypes::Secret

Returns:



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

def client_secret_arn: () -> Types::Secret

#client_secret_json_key::String

Returns:

  • (::String)


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

def client_secret_json_key: () -> ::String

#client_secret_source"MANAGED", "EXTERNAL"

Returns:

  • ("MANAGED", "EXTERNAL")


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

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

#credential_provider_arn::String

Returns:

  • (::String)


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

def credential_provider_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#oauth2_provider_config_outputTypes::Oauth2ProviderConfigOutput



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

def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput

#status"CREATING", ...

Returns:

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


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

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