Class: Aws::Connect::Types::SearchPredefinedAttributesResponse

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

#approximate_total_countInteger

The approximate number of predefined attributes which matched your search query.

Returns:

  • (Integer)


16384
16385
16386
16387
16388
16389
16390
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16384

class SearchPredefinedAttributesResponse < Struct.new(
  :predefined_attributes,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


16384
16385
16386
16387
16388
16389
16390
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16384

class SearchPredefinedAttributesResponse < Struct.new(
  :predefined_attributes,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#predefined_attributesArray<Types::PredefinedAttribute>

Predefined attributes matched by the search criteria.

Returns:



16384
16385
16386
16387
16388
16389
16390
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16384

class SearchPredefinedAttributesResponse < Struct.new(
  :predefined_attributes,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end