Module: Aws::BedrockAgentCoreControl::Client::_UpdatePaymentManagerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePaymentManagerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #payment_manager_arn ⇒ ::String
- #payment_manager_id ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #workload_identity_details ⇒ Types::WorkloadIdentityDetails
Instance Method Details
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
2874 |
# File 'sig/client.rbs', line 2874
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#last_updated_at ⇒ ::Time
2877 |
# File 'sig/client.rbs', line 2877
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2873 |
# File 'sig/client.rbs', line 2873
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
2871 |
# File 'sig/client.rbs', line 2871
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
2872 |
# File 'sig/client.rbs', line 2872
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
2875 |
# File 'sig/client.rbs', line 2875
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
2878 |
# File 'sig/client.rbs', line 2878
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
2876 |
# File 'sig/client.rbs', line 2876
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|