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)
-
- (StackEventCollection) initialize(stack, options = {})
constructor
A new instance of StackEventCollection.
Methods included from AWS::Core::Collection
#each, #each_batch, #enum, #first, #in_groups_of, #page
Constructor Details
- (StackEventCollection) initialize(stack, options = {})
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 |