Class: StackMaster::TestDriver::StackResource
- Inherits:
-
Object
- Object
- StackMaster::TestDriver::StackResource
- Includes:
- Utils::Initializable
- Defined in:
- lib/stack_master/test_driver/cloud_formation.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#logical_resource_id ⇒ Object
readonly
Returns the value of attribute logical_resource_id.
-
#physical_resource_id ⇒ Object
readonly
Returns the value of attribute physical_resource_id.
-
#resource_status ⇒ Object
readonly
Returns the value of attribute resource_status.
-
#resource_status_reason ⇒ Object
readonly
Returns the value of attribute resource_status_reason.
-
#resource_type ⇒ Object
readonly
Returns the value of attribute resource_type.
-
#stack_id ⇒ Object
readonly
Returns the value of attribute stack_id.
-
#stack_name ⇒ Object
readonly
Returns the value of attribute stack_name.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Method Summary
Methods included from Utils::Initializable
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def description @description end |
#logical_resource_id ⇒ Object (readonly)
Returns the value of attribute logical_resource_id.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ Object (readonly)
Returns the value of attribute physical_resource_id.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def physical_resource_id @physical_resource_id end |
#resource_status ⇒ Object (readonly)
Returns the value of attribute resource_status.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def resource_status @resource_status end |
#resource_status_reason ⇒ Object (readonly)
Returns the value of attribute resource_status_reason.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def resource_status_reason @resource_status_reason end |
#resource_type ⇒ Object (readonly)
Returns the value of attribute resource_type.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def resource_type @resource_type end |
#stack_id ⇒ Object (readonly)
Returns the value of attribute stack_id.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def stack_id @stack_id end |
#stack_name ⇒ Object (readonly)
Returns the value of attribute stack_name.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def stack_name @stack_name end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
52 53 54 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 52 def @timestamp end |