Class: Aws::DirectoryService::Types::AddTagsToResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

Identifier (ID) for the directory to which to add the tag.

Returns:

  • (String)


187
188
189
190
191
192
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 187

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

#tagsArray<Types::Tag>

The tags to be assigned to the directory.

Returns:



187
188
189
190
191
192
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 187

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