Module: Aws::BedrockAgentCoreControl::Client::_GetPaymentManagerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPaymentManagerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorizer_configuration ⇒ Types::AuthorizerConfiguration
- #authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #payment_manager_arn ⇒ ::String
- #payment_manager_id ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #workload_identity_details ⇒ Types::WorkloadIdentityDetails
Instance Method Details
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
1565 |
# File 'sig/client.rbs', line 1565
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
1564 |
# File 'sig/client.rbs', line 1564
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
1568 |
# File 'sig/client.rbs', line 1568
def created_at: () -> ::Time
|
#description ⇒ ::String
1563 |
# File 'sig/client.rbs', line 1563
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1569 |
# File 'sig/client.rbs', line 1569
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1562 |
# File 'sig/client.rbs', line 1562
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
1560 |
# File 'sig/client.rbs', line 1560
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
1561 |
# File 'sig/client.rbs', line 1561
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
1566 |
# File 'sig/client.rbs', line 1566
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
1570 |
# File 'sig/client.rbs', line 1570
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1571 |
# File 'sig/client.rbs', line 1571
def tags: () -> ::Hash[::String, ::String]
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
1567 |
# File 'sig/client.rbs', line 1567
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|