class Aws::CloudFormation::Types::DescribeStackEventsInput

The input for DescribeStackEvents action.

@note When making an API call, you may pass DescribeStackEventsInput

data as a hash:

    {
      stack_name: "StackName",
      next_token: "NextToken",
    }

@!attribute [rw] stack_name

The name or the unique stack ID that's associated with the stack,
which aren't always interchangeable:

* Running stacks: You can specify either the stack's name or its
  unique stack ID.

* Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.
@return [String]

@!attribute [rw] next_token

A string that identifies the next page of events that you want to
retrieve.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackEventsInput AWS API Documentation

Constants

SENSITIVE