Module: Aws::BedrockAgentCoreControl::Client::_CreatePaymentManagerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePaymentManagerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorizer_configuration ⇒ Types::AuthorizerConfiguration
- #authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
- #created_at ⇒ ::Time
- #name ⇒ ::String
- #payment_manager_arn ⇒ ::String
- #payment_manager_id ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #workload_identity_details ⇒ Types::WorkloadIdentityDetails
Instance Method Details
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
810 |
# File 'sig/client.rbs', line 810
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
809 |
# File 'sig/client.rbs', line 809
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
813 |
# File 'sig/client.rbs', line 813
def created_at: () -> ::Time
|
#name ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
814 |
# File 'sig/client.rbs', line 814
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
815 |
# File 'sig/client.rbs', line 815
def tags: () -> ::Hash[::String, ::String]
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
812 |
# File 'sig/client.rbs', line 812
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|