Class: Aws::Glue::Types::GetEntityRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetEntityRecordsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:records]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, present if the current segment is not the last.
-
#records ⇒ Array<Hash,Array,String,Numeric,Boolean>
A list of the requested objects.
Instance Attribute Details
#next_token ⇒ String
A continuation token, present if the current segment is not the last.
12432 12433 12434 12435 12436 12437 |
# File 'lib/aws-sdk-glue/types.rb', line 12432 class GetEntityRecordsResponse < Struct.new( :records, :next_token) SENSITIVE = [:records] include Aws::Structure end |
#records ⇒ Array<Hash,Array,String,Numeric,Boolean>
A list of the requested objects.
12432 12433 12434 12435 12436 12437 |
# File 'lib/aws-sdk-glue/types.rb', line 12432 class GetEntityRecordsResponse < Struct.new( :records, :next_token) SENSITIVE = [:records] include Aws::Structure end |