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.
2603 2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2603 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.
2603 2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2603 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.
2603 2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2603 class ListResourcesRequest < Struct.new( :filter_condition_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |