Class: StackMaster::TestDriver::Stack
- Inherits:
-
Object
- Object
- StackMaster::TestDriver::Stack
- Includes:
- Utils::Initializable
- Defined in:
- lib/stack_master/test_driver/cloud_formation.rb
Instance Attribute Summary collapse
-
#capabilities ⇒ Object
readonly
Returns the value of attribute capabilities.
-
#creation_time ⇒ Object
readonly
Returns the value of attribute creation_time.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#disable_rollback ⇒ Object
readonly
Returns the value of attribute disable_rollback.
-
#last_update_time ⇒ Object
readonly
Returns the value of attribute last_update_time.
-
#notification_arns ⇒ Object
readonly
Returns the value of attribute notification_arns.
-
#outputs ⇒ Object
readonly
Returns the value of attribute outputs.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#role_arn ⇒ Object
readonly
Returns the value of attribute role_arn.
-
#stack_id ⇒ Object
readonly
Returns the value of attribute stack_id.
-
#stack_name ⇒ Object
readonly
Returns the value of attribute stack_name.
-
#stack_status ⇒ Object
readonly
Returns the value of attribute stack_status.
-
#stack_status_reason ⇒ Object
readonly
Returns the value of attribute stack_status_reason.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#timeout_in_minutes ⇒ Object
readonly
Returns the value of attribute timeout_in_minutes.
Method Summary
Methods included from Utils::Initializable
Instance Attribute Details
#capabilities ⇒ Object (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_time ⇒ Object (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 |
#description ⇒ Object (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_rollback ⇒ Object (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_time ⇒ Object (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_arns ⇒ Object (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 |
#outputs ⇒ Object (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 |
#parameters ⇒ Object (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_arn ⇒ Object (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_id ⇒ Object (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_name ⇒ Object (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_status ⇒ Object (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_reason ⇒ Object (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 |
#tags ⇒ Object (readonly)
Returns the value of attribute tags.
6 7 8 |
# File 'lib/stack_master/test_driver/cloud_formation.rb', line 6 def @tags end |
#timeout_in_minutes ⇒ Object (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 |