Class: Aws::LakeFormation::Types::ListResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListResourcesResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve these resources.
-
#resource_info_list ⇒ Array<Types::ResourceInfo>
A summary of the data lake resources.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve these resources.
2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2622 class ListResourcesResponse < Struct.new( :resource_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_info_list ⇒ Array<Types::ResourceInfo>
A summary of the data lake resources.
2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2622 class ListResourcesResponse < Struct.new( :resource_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |