Class: Humidifier::DataSync::Agent
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::DataSync::Agent resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#activation_key ⇒ Object
returns the ActivationKey property.
-
#activation_key=(value) ⇒ Object
sets the ActivationKey property (String).
-
#agent_name ⇒ Object
returns the AgentName property.
-
#agent_name=(value) ⇒ Object
sets the AgentName property (String).
-
#security_group_arns ⇒ Object
returns the SecurityGroupArns property.
-
#security_group_arns=(value) ⇒ Object
sets the SecurityGroupArns property (List).
-
#subnet_arns ⇒ Object
returns the SubnetArns property.
-
#subnet_arns=(value) ⇒ Object
sets the SubnetArns property (List).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#vpc_endpoint_id ⇒ Object
returns the VpcEndpointId property.
-
#vpc_endpoint_id=(value) ⇒ Object
sets the VpcEndpointId property (String).
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
#activation_key ⇒ Object
returns the ActivationKey property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def activation_key properties['activation_key'] end |
#activation_key=(value) ⇒ Object
sets the ActivationKey property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def activation_key=(value) update_property('activation_key', value) end |
#agent_name ⇒ Object
returns the AgentName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def agent_name properties['agent_name'] end |
#agent_name=(value) ⇒ Object
sets the AgentName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def agent_name=(value) update_property('agent_name', value) end |
#security_group_arns ⇒ Object
returns the SecurityGroupArns property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def security_group_arns properties['security_group_arns'] end |
#security_group_arns=(value) ⇒ Object
sets the SecurityGroupArns property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def security_group_arns=(value) update_property('security_group_arns', value) end |
#subnet_arns ⇒ Object
returns the SubnetArns property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def subnet_arns properties['subnet_arns'] end |
#subnet_arns=(value) ⇒ Object
sets the SubnetArns property (List)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def subnet_arns=(value) update_property('subnet_arns', value) end |
#tags ⇒ Object
returns the Tags property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def (value) update_property('tags', value) end |
#vpc_endpoint_id ⇒ Object
returns the VpcEndpointId property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def vpc_endpoint_id properties['vpc_endpoint_id'] end |
#vpc_endpoint_id=(value) ⇒ Object
sets the VpcEndpointId property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def vpc_endpoint_id=(value) update_property('vpc_endpoint_id', value) end |