Class: StackMaster::TestDriver::Stack

Inherits:
Object
  • Object
show all
Includes:
Utils::Initializable
Defined in:
lib/stack_master/test_driver/cloud_formation.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utils::Initializable

#attributes=, #initialize

Instance Attribute Details

#capabilitiesObject (readonly)

Returns the value of attribute capabilities.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def capabilities
  @capabilities
end

#creation_timeObject (readonly)

Returns the value of attribute creation_time.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def creation_time
  @creation_time
end

#descriptionObject (readonly)

Returns the value of attribute description.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def description
  @description
end

#disable_rollbackObject (readonly)

Returns the value of attribute disable_rollback.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def disable_rollback
  @disable_rollback
end

#last_update_timeObject (readonly)

Returns the value of attribute last_update_time.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def last_update_time
  @last_update_time
end

#notification_arnsObject (readonly)

Returns the value of attribute notification_arns.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def notification_arns
  @notification_arns
end

#outputsObject (readonly)

Returns the value of attribute outputs.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def outputs
  @outputs
end

#parametersObject (readonly)

Returns the value of attribute parameters.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def parameters
  @parameters
end

#role_arnObject (readonly)

Returns the value of attribute role_arn.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def role_arn
  @role_arn
end

#stack_idObject (readonly)

Returns the value of attribute stack_id.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def stack_id
  @stack_id
end

#stack_nameObject (readonly)

Returns the value of attribute stack_name.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def stack_name
  @stack_name
end

#stack_statusObject (readonly)

Returns the value of attribute stack_status.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def stack_status
  @stack_status
end

#stack_status_reasonObject (readonly)

Returns the value of attribute stack_status_reason.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def stack_status_reason
  @stack_status_reason
end

#tagsObject (readonly)

Returns the value of attribute tags.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def tags
  @tags
end

#timeout_in_minutesObject (readonly)

Returns the value of attribute timeout_in_minutes.



6
7
8
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6

def timeout_in_minutes
  @timeout_in_minutes
end