Class: RubyAemAws::Component::ComponentDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_aem_aws/component/component_descriptor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ec2Object

Returns the value of attribute ec2

Returns:

  • (Object)

    the current value of ec2



17
18
19
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 17

def ec2
  @ec2
end

#elbObject

Returns the value of attribute elb

Returns:

  • (Object)

    the current value of elb



17
18
19
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 17

def elb
  @elb
end

#stack_prefix_inObject

Returns the value of attribute stack_prefix_in

Returns:

  • (Object)

    the current value of stack_prefix_in



17
18
19
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 17

def stack_prefix_in
  @stack_prefix_in
end

Instance Method Details

#stack_prefixObject



18
19
20
21
22
23
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 18

def stack_prefix
  # Unwrap from {:stack_prefix = value} to the value if necessary.
  return stack_prefix_in[:stack_prefix] if stack_prefix_in.is_a? Hash

  stack_prefix_in
end