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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1627

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

#objectsArray<Types::PartitionObjects>

A list of objects organized by partition keys.

Returns:



1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1627

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