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
- Struct
- Aws::ServerlessApplicationRepository::Types::RollbackConfiguration
- Defined in:
- (unknown)
Overview
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
-
#monitoring_time_in_minutes ⇒ Integer
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
-
#rollback_triggers ⇒ Array<Types::RollbackTrigger>
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
Instance Attribute Details
#monitoring_time_in_minutes ⇒ Integer
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
#rollback_triggers ⇒ Array<Types::RollbackTrigger>
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.