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