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"
3163 |
# File 'sig/client.rbs', line 3163
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#last_updated_at ⇒ ::Time
3166 |
# File 'sig/client.rbs', line 3166
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3162 |
# File 'sig/client.rbs', line 3162
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
3160 |
# File 'sig/client.rbs', line 3160
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
3161 |
# File 'sig/client.rbs', line 3161
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
3164 |
# File 'sig/client.rbs', line 3164
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3167 |
# File 'sig/client.rbs', line 3167
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
3165 |
# File 'sig/client.rbs', line 3165
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|