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")


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

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

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_manager_arn::String

Returns:

  • (::String)


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

def payment_manager_arn: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


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

def payment_manager_id: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails