Class: Aws::BCMDataExports::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#resource_tags ⇒ Array<Types::ResourceTag>
An optional list of tags to associate with the specified export.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results.
571 572 573 574 575 576 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 571 class ListTagsForResourceResponse < Struct.new( :resource_tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::ResourceTag>
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
571 572 573 574 575 576 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 571 class ListTagsForResourceResponse < Struct.new( :resource_tags, :next_token) SENSITIVE = [] include Aws::Structure end |