Class: Aws::Types::DeleteLakeFormationOptInRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLakeFormationOptInRequest
- 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.
296 297 298 |
# File 'sig/types.rbs', line 296 def condition @condition end |
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
294 295 296 |
# File 'sig/types.rbs', line 294 def principal @principal end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
295 296 297 |
# File 'sig/types.rbs', line 295 def resource @resource end |