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