Class: Aws::GroundStation::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UntagResourceRequest
- 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_keys ⇒ Array<String>
Keys of a resource tag.
Instance Attribute Details
#resource_arn ⇒ String
ARN of a resource.
2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2764 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
Keys of a resource tag.
2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2764 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |