Class: Aws::Braket::Types::CreateSpendingLimitResponse

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 created spending limit.

Returns:

  • (String)


424
425
426
427
428
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 424

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