Class: Aws::QuickSight::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to tag.
-
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to tag.
34579 34580 34581 34582 34583 34584 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34579 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
34579 34580 34581 34582 34583 34584 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34579 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |