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
1557 |
# File 'sig/client.rbs', line 1557
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
1556 |
# File 'sig/client.rbs', line 1556
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
1560 |
# File 'sig/client.rbs', line 1560
def created_at: () -> ::Time
|
#description ⇒ ::String
1555 |
# File 'sig/client.rbs', line 1555
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1561 |
# File 'sig/client.rbs', line 1561
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1554 |
# File 'sig/client.rbs', line 1554
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
1552 |
# File 'sig/client.rbs', line 1552
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
1553 |
# File 'sig/client.rbs', line 1553
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
1558 |
# File 'sig/client.rbs', line 1558
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
1562 |
# File 'sig/client.rbs', line 1562
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1563 |
# File 'sig/client.rbs', line 1563
def tags: () -> ::Hash[::String, ::String]
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
1559 |
# File 'sig/client.rbs', line 1559
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|