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


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

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

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_manager_arn::String

Returns:

  • (::String)


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

def payment_manager_arn: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


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

def payment_manager_id: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails