Class: Aws::Braket::Types::UpdateSpendingLimitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::UpdateSpendingLimitRequest
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#spending_limit ⇒ String
The new maximum amount that can be spent on the specified device, in USD.
-
#spending_limit_arn ⇒ String
The Amazon Resource Name (ARN) of the spending limit to update.
-
#time_period ⇒ Types::TimePeriod
The new time period during which the spending limit is active, including start and end dates.
Instance Attribute Details
#client_token ⇒ String
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.
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 ⇒ String
The new maximum amount that can be spent on the specified device, in USD.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the spending limit to update.
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_period ⇒ Types::TimePeriod
The new time period during which the spending limit is active, including start and end dates.
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 |