Class: Humidifier::LakeFormation::DataLakeSettings
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::LakeFormation::DataLakeSettings resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#admins ⇒ Object
returns the Admins property.
-
#admins=(value) ⇒ Object
sets the Admins property (Structure).
-
#trusted_resource_owners ⇒ Object
returns the TrustedResourceOwners property.
-
#trusted_resource_owners=(value) ⇒ Object
sets the TrustedResourceOwners property (List).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#admins ⇒ Object
returns the Admins property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def admins properties['admins'] end |
#admins=(value) ⇒ Object
sets the Admins property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def admins=(value) update_property('admins', value) end |
#trusted_resource_owners ⇒ Object
returns the TrustedResourceOwners property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def trusted_resource_owners properties['trusted_resource_owners'] end |
#trusted_resource_owners=(value) ⇒ Object
sets the TrustedResourceOwners property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def trusted_resource_owners=(value) update_property('trusted_resource_owners', value) end |