Class: Aws::Connect::Types::ListPredefinedAttributesResponse

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)


11985
11986
11987
11988
11989
11990
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11985

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

#predefined_attribute_summary_listArray<Types::PredefinedAttributeSummary>

Summary of the predefined attributes.



11985
11986
11987
11988
11989
11990
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11985

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