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

Attributes included from AWS::Core::Model

#config

Instance Method Summary collapse

Methods included from AWS::Core::Collection::Simple

#each_batch

Methods included from AWS::Core::Collection

#each, #each_batch, #enum, #first, #in_groups_of, #page

Methods included from AWS::Core::Model

#client, #config_prefix, #inspect

Constructor Details

#initialize(stack, options = {}) ⇒ StackEventCollection

Returns 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

#stackStack (readonly)

Returns:



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

def stack
  @stack
end