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