Class: Aws::WorkspacesInstances::Types::TagResourceRequest

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

Overview

Specifies tags to add to a WorkSpace Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

Tags to be added to the WorkSpace Instance.

Returns:



1584
1585
1586
1587
1588
1589
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1584

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

#workspace_instance_idString

Unique identifier of the WorkSpace Instance to tag.

Returns:

  • (String)


1584
1585
1586
1587
1588
1589
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1584

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