Class: Aws::CloudFormation::Types::DescribeEventsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeEventsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_set_name ⇒ String
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
-
#filters ⇒ Types::EventFilter
Filters to apply when retrieving events.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#operation_id ⇒ String
The unique identifier of the operation for which you want to retrieve events.
-
#stack_name ⇒ String
The name or unique stack ID for which you want to retrieve events.
Instance Attribute Details
#change_set_name ⇒ String
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
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 |
#filters ⇒ Types::EventFilter
Filters to apply when retrieving events.
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_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
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_id ⇒ String
The unique identifier of the operation for which you want to retrieve events.
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_name ⇒ String
The name or unique stack ID for which you want to retrieve events.
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 |