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
-
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal.
-
#resource ⇒ Types::Resource
A structure for the resource.
Instance Attribute Details
#principal ⇒ Types::DataLakePrincipal
The Lake Formation principal. Supported principals are IAM users or IAM roles.
984 985 986 987 988 989 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 984 class DeleteLakeFormationOptInRequest < Struct.new( :principal, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
A structure for the resource.
984 985 986 987 988 989 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 984 class DeleteLakeFormationOptInRequest < Struct.new( :principal, :resource) SENSITIVE = [] include Aws::Structure end |