Class: AWS::ElasticLoadBalancingV2::LoadBalancer
- Inherits:
-
ModelElement
- Object
- ModelElement
- AWS::ElasticLoadBalancingV2::LoadBalancer
- Defined in:
- lib/cfn-model/model/load_balancer.rb
Instance Attribute Summary collapse
-
#ipAddressType ⇒ Object
Returns the value of attribute ipAddressType.
-
#loadBalancerAttributes ⇒ Object
Returns the value of attribute loadBalancerAttributes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#security_groups ⇒ Object
Returns the value of attribute security_groups.
-
#securityGroups ⇒ Object
Returns the value of attribute securityGroups.
-
#subnets ⇒ Object
Returns the value of attribute subnets.
-
#tags ⇒ Object
Returns the value of attribute tags.
Attributes inherited from ModelElement
#logical_resource_id, #resource_type
Instance Method Summary collapse
-
#initialize ⇒ LoadBalancer
constructor
A new instance of LoadBalancer.
Methods inherited from ModelElement
Constructor Details
#initialize ⇒ LoadBalancer
Returns a new instance of LoadBalancer.
29 30 31 32 33 34 35 36 |
# File 'lib/cfn-model/model/load_balancer.rb', line 29 def initialize @securityGroups = [] @security_groups = [] @loadBalancerAttributes = [] @subnets = [] @tags = [] @resource_type = 'AWS::ElasticLoadBalancingV2::LoadBalancer' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ModelElement
Instance Attribute Details
#ipAddressType ⇒ Object
Returns the value of attribute ipAddressType.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def ipAddressType @ipAddressType end |
#loadBalancerAttributes ⇒ Object
Returns the value of attribute loadBalancerAttributes.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def loadBalancerAttributes @loadBalancerAttributes end |
#name ⇒ Object
Returns the value of attribute name.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def name @name end |
#scheme ⇒ Object
Returns the value of attribute scheme.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def scheme @scheme end |
#security_groups ⇒ Object
Returns the value of attribute security_groups.
27 28 29 |
# File 'lib/cfn-model/model/load_balancer.rb', line 27 def security_groups @security_groups end |
#securityGroups ⇒ Object
Returns the value of attribute securityGroups.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def securityGroups @securityGroups end |
#subnets ⇒ Object
Returns the value of attribute subnets.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def subnets @subnets end |
#tags ⇒ Object
Returns the value of attribute tags.
25 26 27 |
# File 'lib/cfn-model/model/load_balancer.rb', line 25 def @tags end |