Class: Aws::Braket::Types::DeleteSpendingLimitRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spending_limit_arnString

The Amazon Resource Name (ARN) of the spending limit to delete.

Returns:

  • (String)


451
452
453
454
455
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 451

class DeleteSpendingLimitRequest < Struct.new(
  :spending_limit_arn)
  SENSITIVE = []
  include Aws::Structure
end