Class: Aws::Braket::Types::UpdateSpendingLimitRequest

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

#client_tokenString

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Braket ignores the request, but does not return an error.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
1803
1804
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1797

class UpdateSpendingLimitRequest < Struct.new(
  :spending_limit_arn,
  :client_token,
  :spending_limit,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#spending_limitString

The new maximum amount that can be spent on the specified device, in USD.

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
1803
1804
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1797

class UpdateSpendingLimitRequest < Struct.new(
  :spending_limit_arn,
  :client_token,
  :spending_limit,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#spending_limit_arnString

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

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
1803
1804
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1797

class UpdateSpendingLimitRequest < Struct.new(
  :spending_limit_arn,
  :client_token,
  :spending_limit,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::TimePeriod

The new time period during which the spending limit is active, including start and end dates.

Returns:



1797
1798
1799
1800
1801
1802
1803
1804
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1797

class UpdateSpendingLimitRequest < Struct.new(
  :spending_limit_arn,
  :client_token,
  :spending_limit,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end