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)


1769
1770
1771
1772
1773
1774
# File 'lib/aws-sdk-lakeformation/types.rb', line 1769

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

#objectsArray<Types::PartitionObjects>

A list of objects organized by partition keys.

Returns:



1769
1770
1771
1772
1773
1774
# File 'lib/aws-sdk-lakeformation/types.rb', line 1769

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