Module: Aws::BedrockAgentCoreControl::Client::_GetPaymentCredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPaymentCredentialProviderResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #credential_provider_arn ⇒ ::String
- #credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_time ⇒ ::Time
1540 |
# File 'sig/client.rbs', line 1540
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1537 |
# File 'sig/client.rbs', line 1537
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
1538 |
# File 'sig/client.rbs', line 1538
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
1541 |
# File 'sig/client.rbs', line 1541
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1536 |
# File 'sig/client.rbs', line 1536
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
1539 |
# File 'sig/client.rbs', line 1539
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|
#tags ⇒ ::Hash[::String, ::String]
1542 |
# File 'sig/client.rbs', line 1542
def tags: () -> ::Hash[::String, ::String]
|