Class: Aws::Connect::Types::ListDataTableAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDataTableAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::DataTableAttribute>
A list of data table attributes with their complete configuration and metadata.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#attributes ⇒ Array<Types::DataTableAttribute>
A list of data table attributes with their complete configuration and metadata.
20307 20308 20309 20310 20311 20312 |
# File 'lib/aws-sdk-connect/types.rb', line 20307 class ListDataTableAttributesResponse < Struct.new( :next_token, :attributes) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
20307 20308 20309 20310 20311 20312 |
# File 'lib/aws-sdk-connect/types.rb', line 20307 class ListDataTableAttributesResponse < Struct.new( :next_token, :attributes) SENSITIVE = [] include Aws::Structure end |