Class: Aws::LakeFormation::Types::ListLakeFormationOptInsRequest

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2245

class ListLakeFormationOptInsRequest < Struct.new(
  :principal,
  :resource,
  :max_results,
  :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)


2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2245

class ListLakeFormationOptInsRequest < Struct.new(
  :principal,
  :resource,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::DataLakePrincipal

The Lake Formation principal. Supported principals are IAM users or IAM roles.



2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2245

class ListLakeFormationOptInsRequest < Struct.new(
  :principal,
  :resource,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::Resource

A structure for the resource.

Returns:



2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2245

class ListLakeFormationOptInsRequest < Struct.new(
  :principal,
  :resource,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end