Class: StackMaster::TestDriver::StackEvent

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

#event_idObject (readonly)

Returns the value of attribute event_id.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def event_id
  @event_id
end

#logical_resource_idObject (readonly)

Returns the value of attribute logical_resource_id.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def logical_resource_id
  @logical_resource_id
end

#physical_resource_idObject (readonly)

Returns the value of attribute physical_resource_id.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def physical_resource_id
  @physical_resource_id
end

#resource_propertiesObject (readonly)

Returns the value of attribute resource_properties.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def resource_properties
  @resource_properties
end

#resource_statusObject (readonly)

Returns the value of attribute resource_status.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def resource_status
  @resource_status
end

#resource_status_reasonObject (readonly)

Returns the value of attribute resource_status_reason.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def resource_status_reason
  @resource_status_reason
end

#resource_typeObject (readonly)

Returns the value of attribute resource_type.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def resource_type
  @resource_type
end

#stack_idObject (readonly)

Returns the value of attribute stack_id.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def stack_id
  @stack_id
end

#stack_nameObject (readonly)

Returns the value of attribute stack_name.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def stack_name
  @stack_name
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



33
34
35
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 33

def timestamp
  @timestamp
end