Class: Aws::Braket::Types::CreateSpendingLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CreateSpendingLimitResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#spending_limit_arn ⇒ String
The Amazon Resource Name (ARN) of the created spending limit.
Instance Attribute Details
#spending_limit_arn ⇒ String
The Amazon Resource Name (ARN) of the created spending limit.
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 |