Class: Aws::LookoutEquipment::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.

Returns:

  • (String)


4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4031

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

#tagsArray<Types::Tag>

The tag or tags to be associated with a specific resource. Both the tag key and value are specified.

Returns:



4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4031

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