Module: Aws::BedrockAgentCoreControl::Client::_CreatePaymentManagerResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreatePaymentManagerResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#authorizer_configurationTypes::AuthorizerConfiguration



821
# File 'sig/client.rbs', line 821

def authorizer_configuration: () -> Types::AuthorizerConfiguration

#authorizer_type"CUSTOM_JWT", "AWS_IAM"

Returns:

  • ("CUSTOM_JWT", "AWS_IAM")


820
# File 'sig/client.rbs', line 820

def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")

#created_at::Time

Returns:

  • (::Time)


824
# File 'sig/client.rbs', line 824

def created_at: () -> ::Time

#kms_key_arn::String

Returns:

  • (::String)


827
# File 'sig/client.rbs', line 827

def kms_key_arn: () -> ::String

#name::String

Returns:

  • (::String)


819
# File 'sig/client.rbs', line 819

def name: () -> ::String

#payment_manager_arn::String

Returns:

  • (::String)


817
# File 'sig/client.rbs', line 817

def payment_manager_arn: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


818
# File 'sig/client.rbs', line 818

def payment_manager_id: () -> ::String

#role_arn::String

Returns:

  • (::String)


822
# File 'sig/client.rbs', line 822

def role_arn: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


825
# File 'sig/client.rbs', line 825

def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


826
# File 'sig/client.rbs', line 826

def tags: () -> ::Hash[::String, ::String]

#workload_identity_detailsTypes::WorkloadIdentityDetails



823
# File 'sig/client.rbs', line 823

def workload_identity_details: () -> Types::WorkloadIdentityDetails