Class: Aws::SSM::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The resource ID for which you want to see a list of tags.

Returns:

  • (String)


12005
12006
12007
12008
12009
12010
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12005

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

#resource_typeString

Returns a list of tags for a specific resource type.

Returns:

  • (String)


12005
12006
12007
12008
12009
12010
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12005

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