Class: Aws::AlexaForBusiness::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#tags ⇒ Array<Types::Tag>
The tags requested for the specified resource.
Instance Attribute Details
#next_token ⇒ String
The token returned to indicate that there is more data available.
2977 2978 2979 2980 2981 2982 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2977 class ListTagsResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags requested for the specified resource.
2977 2978 2979 2980 2981 2982 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2977 class ListTagsResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |