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.
2513 2514 2515 2516 2517 2518 2519 2520 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2513 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.
2513 2514 2515 2516 2517 2518 2519 2520 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2513 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.
2513 2514 2515 2516 2517 2518 2519 2520 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2513 class ListLakeFormationOptInsRequest < Struct.new( :principal, :resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
A structure for the resource.
2513 2514 2515 2516 2517 2518 2519 2520 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2513 class ListLakeFormationOptInsRequest < Struct.new( :principal, :resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |