Class: Aws::LakeFormation::Types::ListResourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if this is not the first call to retrieve these resources.

Returns:

  • (String)


2378
2379
2380
2381
2382
2383
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2378

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

#resource_info_listArray<Types::ResourceInfo>

A summary of the data lake resources.

Returns:



2378
2379
2380
2381
2382
2383
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2378

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