Class: Aws::AlexaForBusiness::Types::ListTagsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


2992
2993
2994
2995
2996
2997
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2992

class ListTagsResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags requested for the specified resource.

Returns:



2992
2993
2994
2995
2996
2997
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2992

class ListTagsResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end