Module: Aws::BedrockAgentCoreControl::Client::_UpdatePaymentManagerResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#authorizer_type"CUSTOM_JWT", "AWS_IAM"

Returns:

  • ("CUSTOM_JWT", "AWS_IAM")


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

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

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_manager_arn::String

Returns:

  • (::String)


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

def payment_manager_arn: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


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

def payment_manager_id: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails