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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb

Overview

This property corresponds to the AWS CloudFormation RollbackTrigger 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 AWS CloudFormation RollbackTrigger Data Type.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-serverlessapplicationrepository/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 AWS CloudFormation RollbackTrigger Data Type.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1590

class RollbackTrigger < Struct.new(
  :arn,
  :type)
  SENSITIVE = []
  include Aws::Structure
end