Class: Aws::ServerlessApplicationRepository::Types::RollbackTrigger

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/RollbackTrigger”>RollbackTrigger</a>

</i> Data Type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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.

Returns:

  • (String)


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

#typeString

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.

Returns:

  • (String)


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