You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServerlessApplicationRepository::Types::RollbackConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RollbackConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  monitoring_time_in_minutes: 1,
  rollback_triggers: [
    {
      arn: "__string", # required
      type: "__string", # required
    },
  ],
}

This property corresponds to the AWS CloudFormation RollbackConfiguration Data Type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_time_in_minutesInteger

This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.

Returns:

  • (Integer)

    This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.

#rollback_triggersArray<Types::RollbackTrigger>

This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.

Returns: