Class: Aws::LakeFormation::Types::ListResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_condition_list ⇒ Array<Types::FilterCondition>
Any applicable row-level and/or column-level filtering conditions for the resources.
-
#max_results ⇒ Integer
The maximum number of resource results.
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve these resources.
Instance Attribute Details
#filter_condition_list ⇒ Array<Types::FilterCondition>
Any applicable row-level and/or column-level filtering conditions for the resources.
2627 2628 2629 2630 2631 2632 2633 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2627 class ListResourcesRequest < Struct.new( :filter_condition_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of resource results.
2627 2628 2629 2630 2631 2632 2633 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2627 class ListResourcesRequest < Struct.new( :filter_condition_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve these resources.
2627 2628 2629 2630 2631 2632 2633 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2627 class ListResourcesRequest < Struct.new( :filter_condition_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |