Class: Aws::ServerlessApplicationRepository::Types::RollbackConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::RollbackConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
This property corresponds to the <i>AWS CloudFormation <a href=“docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration”>RollbackConfiguration</a>
</i> Data Type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_time_in_minutes ⇒ Integer
This property corresponds to the content of the same name for the AWS CloudFormation <a href=“https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration”>RollbackConfiguration</a> Data Type.
-
#rollback_triggers ⇒ Array<Types::RollbackTrigger>
This property corresponds to the content of the same name for the AWS CloudFormation <a href=“https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration”>RollbackConfiguration</a> Data Type.
Instance Attribute Details
#monitoring_time_in_minutes ⇒ Integer
This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=“docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration”>RollbackConfiguration</a>
</i> Data Type.
1563 1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1563 class RollbackConfiguration < Struct.new( :monitoring_time_in_minutes, :rollback_triggers) SENSITIVE = [] include Aws::Structure end |
#rollback_triggers ⇒ Array<Types::RollbackTrigger>
This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=“docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration”>RollbackConfiguration</a>
</i> Data Type.
1563 1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1563 class RollbackConfiguration < Struct.new( :monitoring_time_in_minutes, :rollback_triggers) SENSITIVE = [] include Aws::Structure end |