Class: Aws::Glue::Types::GetEntityRecordsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:records]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, present if the current segment is not the last.

Returns:

  • (String)


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

#recordsArray<Hash,Array,String,Numeric,Boolean>

A list of the requested objects.

Returns:

  • (Array<Hash,Array,String,Numeric,Boolean>)


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