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"
3190 |
# File 'sig/client.rbs', line 3190
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#kms_key_arn ⇒ ::String
3195 |
# File 'sig/client.rbs', line 3195
def kms_key_arn: () -> ::String
|
#last_updated_at ⇒ ::Time
3193 |
# File 'sig/client.rbs', line 3193
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3189 |
# File 'sig/client.rbs', line 3189
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
3187 |
# File 'sig/client.rbs', line 3187
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
3188 |
# File 'sig/client.rbs', line 3188
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
3191 |
# File 'sig/client.rbs', line 3191
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3194 |
# File 'sig/client.rbs', line 3194
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
3192 |
# File 'sig/client.rbs', line 3192
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|