Class: Aws::Types::LakeFormationOptInsInfo
- Inherits:
-
Object
- Object
- Aws::Types::LakeFormationOptInsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#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.
700 701 702 |
# File 'sig/types.rbs', line 700 def condition @condition end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
701 702 703 |
# File 'sig/types.rbs', line 701 def last_modified @last_modified end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
702 703 704 |
# File 'sig/types.rbs', line 702 def last_updated_by @last_updated_by end |
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
699 700 701 |
# File 'sig/types.rbs', line 699 def principal @principal end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
698 699 700 |
# File 'sig/types.rbs', line 698 def resource @resource end |