Class: Aws::GroundStation::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Input for the TagResource operation.
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.
3983 3984 3985 3986 3987 3988 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3983 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a resource.
3983 3984 3985 3986 3987 3988 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3983 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |