Class: Aws::MigrationHubOrchestrator::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource from which you want to remove tags.
-
#tag_keys ⇒ Array<String>
One or more tag keys.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource from which you want to remove tags.
1856 1857 1858 1859 1860 1861 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1856 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
One or more tag keys. Specify only the tag keys, not the tag values.
1856 1857 1858 1859 1860 1861 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1856 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |