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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


11734
11735
11736
11737
11738
11739
# File 'lib/aws-sdk-ssm/types.rb', line 11734

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)


11734
11735
11736
11737
11738
11739
# File 'lib/aws-sdk-ssm/types.rb', line 11734

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