Class: Aws::LakeFormation::Types::DeleteLakeFormationOptInRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DeleteLakeFormationOptInRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
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.
-
#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.
1001 1002 1003 1004 1005 1006 1007 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1001 class DeleteLakeFormationOptInRequest < Struct.new( :principal, :resource, :condition) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal. Supported principals are IAM users or IAM roles.
1001 1002 1003 1004 1005 1006 1007 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1001 class DeleteLakeFormationOptInRequest < Struct.new( :principal, :resource, :condition) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
A structure for the resource.
1001 1002 1003 1004 1005 1006 1007 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1001 class DeleteLakeFormationOptInRequest < Struct.new( :principal, :resource, :condition) SENSITIVE = [] include Aws::Structure end |