Class: Aws::Types::CreateLakeFormationOptInRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLakeFormationOptInRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
Instance Attribute Details
#condition ⇒ Types::Condition
Returns the value of attribute condition.
198 199 200 |
# File 'sig/types.rbs', line 198 def condition @condition end |
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
196 197 198 |
# File 'sig/types.rbs', line 196 def principal @principal end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
197 198 199 |
# File 'sig/types.rbs', line 197 def resource @resource end |