Class: Aws::ServerlessApplicationRepository::Types::RollbackTrigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::RollbackTrigger
- 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/RollbackTrigger”>RollbackTrigger</a>
</i> Data Type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
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/RollbackTrigger”>RollbackTrigger</a> Data Type.
-
#type ⇒ String
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/RollbackTrigger”>RollbackTrigger</a> Data Type.
Instance Attribute Details
#arn ⇒ String
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/RollbackTrigger”>RollbackTrigger</a>
</i> Data Type.
1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1590 class RollbackTrigger < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
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/RollbackTrigger”>RollbackTrigger</a>
</i> Data Type.
1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1590 class RollbackTrigger < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |