Class: Aws::Glue::Types::ListEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListEntitiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::Entity>
A list of ‘Entity` objects.
-
#next_token ⇒ String
A continuation token, present if the current segment is not the last.
Instance Attribute Details
#entities ⇒ Array<Types::Entity>
A list of ‘Entity` objects.
19568 19569 19570 19571 19572 19573 |
# File 'lib/aws-sdk-glue/types.rb', line 19568 class ListEntitiesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, present if the current segment is not the last.
19568 19569 19570 19571 19572 19573 |
# File 'lib/aws-sdk-glue/types.rb', line 19568 class ListEntitiesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |