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
1772 |
# File 'sig/client.rbs', line 1772
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
1771 |
# File 'sig/client.rbs', line 1771
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
1775 |
# File 'sig/client.rbs', line 1775
def created_at: () -> ::Time
|
#description ⇒ ::String
1770 |
# File 'sig/client.rbs', line 1770
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1776 |
# File 'sig/client.rbs', line 1776
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1769 |
# File 'sig/client.rbs', line 1769
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
1767 |
# File 'sig/client.rbs', line 1767
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
1768 |
# File 'sig/client.rbs', line 1768
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
1773 |
# File 'sig/client.rbs', line 1773
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
1777 |
# File 'sig/client.rbs', line 1777
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1778 |
# File 'sig/client.rbs', line 1778
def tags: () -> ::Hash[::String, ::String]
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
1774 |
# File 'sig/client.rbs', line 1774
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|