Class: Humidifier::LakeFormation::Permissions
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::LakeFormation::Permissions resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#data_lake_principal ⇒ Object
returns the DataLakePrincipal property.
-
#data_lake_principal=(value) ⇒ Object
sets the DataLakePrincipal property (Structure).
-
#permissions ⇒ Object
returns the Permissions property.
-
#permissions=(value) ⇒ Object
sets the Permissions property (List).
-
#permissions_with_grant_option ⇒ Object
returns the PermissionsWithGrantOption property.
-
#permissions_with_grant_option=(value) ⇒ Object
sets the PermissionsWithGrantOption property (List).
-
#resource ⇒ Object
returns the Resource property.
-
#resource=(value) ⇒ Object
sets the Resource property (Structure).
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
#data_lake_principal ⇒ Object
returns the DataLakePrincipal property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def data_lake_principal properties['data_lake_principal'] end |
#data_lake_principal=(value) ⇒ Object
sets the DataLakePrincipal property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def data_lake_principal=(value) update_property('data_lake_principal', value) end |
#permissions ⇒ Object
returns the Permissions property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def properties['permissions'] end |
#permissions=(value) ⇒ Object
sets the Permissions property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def (value) update_property('permissions', value) end |
#permissions_with_grant_option ⇒ Object
returns the PermissionsWithGrantOption property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def properties['permissions_with_grant_option'] end |
#permissions_with_grant_option=(value) ⇒ Object
sets the PermissionsWithGrantOption property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def (value) update_property('permissions_with_grant_option', value) end |
#resource ⇒ Object
returns the Resource property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def resource properties['resource'] end |
#resource=(value) ⇒ Object
sets the Resource property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def resource=(value) update_property('resource', value) end |