Class: Aws::LakeFormation::Types::ListLakeFormationOptInsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListLakeFormationOptInsResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lake_formation_opt_ins_info_list ⇒ Array<Types::LakeFormationOptInsInfo>
A list of principal-resource pairs that have Lake Formation permissins enforced.
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
Instance Attribute Details
#lake_formation_opt_ins_info_list ⇒ Array<Types::LakeFormationOptInsInfo>
A list of principal-resource pairs that have Lake Formation permissins enforced.
2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2510 class ListLakeFormationOptInsResponse < Struct.new( :lake_formation_opt_ins_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2510 class ListLakeFormationOptInsResponse < Struct.new( :lake_formation_opt_ins_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |