Class: Aws::Connect::Types::ListPredefinedAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPredefinedAttributesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#predefined_attribute_summary_list ⇒ Array<Types::PredefinedAttributeSummary>
Summary of the predefined attributes.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
15217 15218 15219 15220 15221 15222 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15217 class ListPredefinedAttributesResponse < Struct.new( :next_token, :predefined_attribute_summary_list) SENSITIVE = [] include Aws::Structure end |
#predefined_attribute_summary_list ⇒ Array<Types::PredefinedAttributeSummary>
Summary of the predefined attributes.
15217 15218 15219 15220 15221 15222 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15217 class ListPredefinedAttributesResponse < Struct.new( :next_token, :predefined_attribute_summary_list) SENSITIVE = [] include Aws::Structure end |