Class: Aws::LakeFormation::Types::GetTableObjectsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token indicating whether additional data is available.

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-lakeformation/types.rb', line 1747

class GetTableObjectsResponse < Struct.new(
  :objects,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#objectsArray<Types::PartitionObjects>

A list of objects organized by partition keys.

Returns:



1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-lakeformation/types.rb', line 1747

class GetTableObjectsResponse < Struct.new(
  :objects,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end