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
662 |
# File 'sig/client.rbs', line 662
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
661 |
# File 'sig/client.rbs', line 661
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
665 |
# File 'sig/client.rbs', line 665
def created_at: () -> ::Time
|
#name ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def name: () -> ::String
|
#payment_manager_arn ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def payment_manager_arn: () -> ::String
|
#payment_manager_id ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def payment_manager_id: () -> ::String
|
#role_arn ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
666 |
# File 'sig/client.rbs', line 666
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
667 |
# File 'sig/client.rbs', line 667
def tags: () -> ::Hash[::String, ::String]
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
664 |
# File 'sig/client.rbs', line 664
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|