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"
2866 |
# File 'sig/client.rbs', line 2866
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#last_updated_at ⇒ ::Time
2869 |
# File 'sig/client.rbs', line 2869
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2865 |
# File 'sig/client.rbs', line 2865
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
2863 |
# File 'sig/client.rbs', line 2863
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
2864 |
# File 'sig/client.rbs', line 2864
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
2867 |
# File 'sig/client.rbs', line 2867
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
2870 |
# File 'sig/client.rbs', line 2870
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
2868 |
# File 'sig/client.rbs', line 2868
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|