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
1771 |
# File 'sig/client.rbs', line 1771
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1768 |
# File 'sig/client.rbs', line 1768
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
1769 |
# File 'sig/client.rbs', line 1769
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
1772 |
# File 'sig/client.rbs', line 1772
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1767 |
# File 'sig/client.rbs', line 1767
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
1770 |
# File 'sig/client.rbs', line 1770
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|
#tags ⇒ ::Hash[::String, ::String]
1773 |
# File 'sig/client.rbs', line 1773
def tags: () -> ::Hash[::String, ::String]
|