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



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

def authorizer_configuration: () -> Types::AuthorizerConfiguration

#authorizer_type"CUSTOM_JWT", "AWS_IAM"

Returns:

  • ("CUSTOM_JWT", "AWS_IAM")


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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_manager_arn::String

Returns:

  • (::String)


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

def payment_manager_arn: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


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

def payment_manager_id: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

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

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails