Class: Aws::LakeFormation::Types::ListLakeFormationOptInsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListLakeFormationOptInsRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
-
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal.
-
#resource ⇒ Types::Resource
A structure for the resource.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
2489 2490 2491 2492 2493 2494 2495 2496 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2489 class ListLakeFormationOptInsRequest < Struct.new( :principal, :resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
2489 2490 2491 2492 2493 2494 2495 2496 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2489 class ListLakeFormationOptInsRequest < Struct.new( :principal, :resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal. Supported principals are IAM users or IAM roles.
2489 2490 2491 2492 2493 2494 2495 2496 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2489 class ListLakeFormationOptInsRequest < Struct.new( :principal, :resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
A structure for the resource.
2489 2490 2491 2492 2493 2494 2495 2496 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2489 class ListLakeFormationOptInsRequest < Struct.new( :principal, :resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |