Class: Aws::LakeFormation::Types::LakeFormationOptInsInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LakeFormationOptInsInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
A single principal-resource pair that has Lake Formation permissins enforced.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.
-
#last_modified ⇒ Time
The last modified date and time of the record.
-
#last_updated_by ⇒ String
The user who updated the record.
-
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal.
-
#resource ⇒ Types::Resource
A structure for the resource.
Instance Attribute Details
#condition ⇒ Types::Condition
A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.
2324 2325 2326 2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2324 class LakeFormationOptInsInfo < Struct.new( :resource, :principal, :condition, :last_modified, :last_updated_by) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The last modified date and time of the record.
2324 2325 2326 2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2324 class LakeFormationOptInsInfo < Struct.new( :resource, :principal, :condition, :last_modified, :last_updated_by) SENSITIVE = [] include Aws::Structure end |
#last_updated_by ⇒ String
The user who updated the record.
2324 2325 2326 2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2324 class LakeFormationOptInsInfo < Struct.new( :resource, :principal, :condition, :last_modified, :last_updated_by) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal. Supported principals are IAM users or IAM roles.
2324 2325 2326 2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2324 class LakeFormationOptInsInfo < Struct.new( :resource, :principal, :condition, :last_modified, :last_updated_by) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
A structure for the resource.
2324 2325 2326 2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2324 class LakeFormationOptInsInfo < Struct.new( :resource, :principal, :condition, :last_modified, :last_updated_by) SENSITIVE = [] include Aws::Structure end |