Class: Aws::FSx::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The request object for the TagResource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.

Returns:

  • (String)


8540
8541
8542
8543
8544
8545
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8540

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

#tagsArray<Types::Tag>

A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.

Returns:



8540
8541
8542
8543
8544
8545
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8540

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