Class: Aws::EFS::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID specifying the EFS resource that you want to create a tag for.

Returns:

  • (String)


2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-efs/types.rb', line 2545

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

#tagsArray<Types::Tag>

An array of ‘Tag` objects to add. Each `Tag` object is a key-value pair.

Returns:



2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-efs/types.rb', line 2545

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