Class: Aws::Braket::Types::TagResourceRequest

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

#resource_arnString

Specify the resourceArn of the resource to which a tag will be added.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1372

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Specify the tags to add to the resource.

Returns:

  • (Hash<String,String>)


1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1372

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end