Class: Aws::GroundStation::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

ARN of a resource tag.

Returns:

  • (String)


2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-groundstation/types.rb', line 2709

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

#tagsHash<String,String>

Tags assigned to a resource.

Returns:

  • (Hash<String,String>)


2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-groundstation/types.rb', line 2709

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