Class: Aws::EFS::Types::CreateTagsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.

Returns:

  • (String)


584
585
586
587
588
589
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 584

class CreateTagsRequest < Struct.new(
  :file_system_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:



584
585
586
587
588
589
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 584

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