Class: Aws::GroundStation::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
ARN of a resource tag.
-
#tags ⇒ Hash<String,String>
Tags assigned to a resource.
Instance Attribute Details
#resource_arn ⇒ String
ARN of a resource tag.
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 |
#tags ⇒ Hash<String,String>
Tags assigned to a resource.
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 |