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
1755 |
# File 'sig/client.rbs', line 1755
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1752 |
# File 'sig/client.rbs', line 1752
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
1753 |
# File 'sig/client.rbs', line 1753
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
1756 |
# File 'sig/client.rbs', line 1756
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1751 |
# File 'sig/client.rbs', line 1751
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
1754 |
# File 'sig/client.rbs', line 1754
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|
#tags ⇒ ::Hash[::String, ::String]
1757 |
# File 'sig/client.rbs', line 1757
def tags: () -> ::Hash[::String, ::String]
|