Class: Aws::Connect::Types::SearchResourceTagsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


17409
17410
17411
17412
17413
17414
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17409

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

#tagsArray<Types::TagSet>

A list of tags used in the Amazon Connect instance.

Returns:



17409
17410
17411
17412
17413
17414
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17409

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