Class: Aws::Glue::Types::ListEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListEntitiesResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::Entity>
A list of
Entityobjects. -
#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.
20196 20197 20198 20199 20200 20201 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20196 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.
20196 20197 20198 20199 20200 20201 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20196 class ListEntitiesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |