Class: Aws::Comprehend::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListDatasetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_properties_list ⇒ Array<Types::DatasetProperties>
The dataset properties list.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#dataset_properties_list ⇒ Array<Types::DatasetProperties>
The dataset properties list.
5394 5395 5396 5397 5398 5399 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5394 class ListDatasetsResponse < Struct.new( :dataset_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5394 5395 5396 5397 5398 5399 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5394 class ListDatasetsResponse < Struct.new( :dataset_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |