Class: Aws::LakeFormation::Types::GetTableObjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetTableObjectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token indicating whether additional data is available.
-
#objects ⇒ Array<Types::PartitionObjects>
A list of objects organized by partition keys.
Instance Attribute Details
#next_token ⇒ String
A continuation token indicating whether additional data is available.
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 |
#objects ⇒ Array<Types::PartitionObjects>
A list of objects organized by partition keys.
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 |