Class: Aws::LakeFormation::Types::ListLakeFormationOptInsResponse

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

#lake_formation_opt_ins_info_listArray<Types::LakeFormationOptInsInfo>

A list of principal-resource pairs that have Lake Formation permissins enforced.

Returns:



2266
2267
2268
2269
2270
2271
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2266

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

#next_tokenString

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

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2266

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