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"
- #kms_key_arn ⇒ ::String
- #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"
3170 |
# File 'sig/client.rbs', line 3170
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#kms_key_arn ⇒ ::String
3175 |
# File 'sig/client.rbs', line 3175
def kms_key_arn: () -> ::String
|
#last_updated_at ⇒ ::Time
3173 |
# File 'sig/client.rbs', line 3173
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3169 |
# File 'sig/client.rbs', line 3169
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
3167 |
# File 'sig/client.rbs', line 3167
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
3168 |
# File 'sig/client.rbs', line 3168
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
3171 |
# File 'sig/client.rbs', line 3171
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3174 |
# File 'sig/client.rbs', line 3174
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
3172 |
# File 'sig/client.rbs', line 3172
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|