Class: AWS::CloudFormation::StackEventCollection
- Inherits:
-
Object
- Object
- AWS::CloudFormation::StackEventCollection
- Includes:
- AWS::Core::Collection::Simple
- Defined in:
- lib/aws/cloud_formation/stack_event_collection.rb
Instance Attribute Summary collapse
- #stack ⇒ Stack readonly
Instance Method Summary collapse
-
#initialize(stack, options = {}) ⇒ StackEventCollection
constructor
A new instance of StackEventCollection.
Methods included from AWS::Core::Collection
#each, #each_batch, #enum, #first, #in_groups_of, #page
Constructor Details
#initialize(stack, options = {}) ⇒ StackEventCollection
Returns a new instance of StackEventCollection.
23 24 25 26 |
# File 'lib/aws/cloud_formation/stack_event_collection.rb', line 23 def initialize stack, = {} @stack = stack super end |
Instance Attribute Details
#stack ⇒ Stack (readonly)
29 30 31 |
# File 'lib/aws/cloud_formation/stack_event_collection.rb', line 29 def stack @stack end |