Class: Aws::WorkSpaces::Types::DescribeTagsRequest

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

Overview

Note:

When making an API call, you may pass DescribeTagsRequest data as a hash:

{
  resource_id: "NonEmptyString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the WorkSpace. To find this ID, use DescribeWorkspaces.

Returns:

  • (String)


574
575
576
577
# File 'lib/aws-sdk-workspaces/types.rb', line 574

class DescribeTagsRequest < Struct.new(
  :resource_id)
  include Aws::Structure
end