AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains summary information about a spending limit, including current spending status and configuration details.

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.SpendingLimitSummary

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class SpendingLimitSummary

The SpendingLimitSummary type exposes the following members

Constructors

NameDescription
Public Method SpendingLimitSummary()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time when the spending limit was created, in epoch seconds.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The Amazon Resource Name (ARN) of the quantum device associated with this spending limit.

Public Property QueuedSpend System.String

Gets and sets the property QueuedSpend.

The amount currently queued for spending on the device, in USD.

Public Property SpendingLimit System.String

Gets and sets the property SpendingLimit.

The maximum spending amount allowed for the device during the specified time period, in USD.

Public Property SpendingLimitArn System.String

Gets and sets the property SpendingLimitArn.

The Amazon Resource Name (ARN) that uniquely identifies the spending limit.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags associated with the spending limit. Each tag consists of a key and an optional value.

Public Property TimePeriod Amazon.Braket.Model.TimePeriod

Gets and sets the property TimePeriod.

The time period during which the spending limit is active.

Public Property TotalSpend System.String

Gets and sets the property TotalSpend.

The total amount spent on the device so far during the current time period, in USD.

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The date and time when the spending limit was last modified, in epoch seconds.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5