Class: Aws::CloudFormation::Types::DescribeEventsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_nameString

The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-cloudformation/types.rb', line 2778

class DescribeEventsInput < Struct.new(
  :stack_name,
  :change_set_name,
  :operation_id,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::EventFilter

Filters to apply when retrieving events.

Returns:



2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-cloudformation/types.rb', line 2778

class DescribeEventsInput < Struct.new(
  :stack_name,
  :change_set_name,
  :operation_id,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-cloudformation/types.rb', line 2778

class DescribeEventsInput < Struct.new(
  :stack_name,
  :change_set_name,
  :operation_id,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#operation_idString

The unique identifier of the operation for which you want to retrieve events.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-cloudformation/types.rb', line 2778

class DescribeEventsInput < Struct.new(
  :stack_name,
  :change_set_name,
  :operation_id,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name or unique stack ID for which you want to retrieve events.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-cloudformation/types.rb', line 2778

class DescribeEventsInput < Struct.new(
  :stack_name,
  :change_set_name,
  :operation_id,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end