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
1548 |
# File 'sig/client.rbs', line 1548
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1545 |
# File 'sig/client.rbs', line 1545
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
1546 |
# File 'sig/client.rbs', line 1546
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
1549 |
# File 'sig/client.rbs', line 1549
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1544 |
# File 'sig/client.rbs', line 1544
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
1547 |
# File 'sig/client.rbs', line 1547
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|
#tags ⇒ ::Hash[::String, ::String]
1550 |
# File 'sig/client.rbs', line 1550
def tags: () -> ::Hash[::String, ::String]
|