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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#monitoring_time_in_minutesInteger

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.

Returns:

  • (Integer)


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_triggersArray<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.

Returns:



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