Class: AWS::CloudFormation::StackEventCollection

Inherits:
Object
  • Object
show all
Includes:
AWS::Core::Collection::Simple
Defined in:
lib/aws/cloud_formation/stack_event_collection.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

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

Parameters:

  • stack (Stack)
  • options (Hash) (defaults to: {})


23
24
25
26
# File 'lib/aws/cloud_formation/stack_event_collection.rb', line 23

def initialize stack, options = {}
  @stack = stack
  super
end

Instance Attribute Details

- (Stack) stack (readonly)

Returns:



29
30
31
# File 'lib/aws/cloud_formation/stack_event_collection.rb', line 29

def stack
  @stack
end