Class: Aws::QuickSight::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#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
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22836 22837 22838 22839 22840 22841 22842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22836 class ListTagsForResourceResponse < Struct.new( :tags, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22836 22837 22838 22839 22840 22841 22842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22836 class ListTagsForResourceResponse < Struct.new( :tags, :request_id, :status) 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.
22836 22837 22838 22839 22840 22841 22842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22836 class ListTagsForResourceResponse < Struct.new( :tags, :request_id, :status) SENSITIVE = [] include Aws::Structure end |