You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RollbackTrigger as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "__string", # required
  type: "__string", # required
}

This property corresponds to the AWS CloudFormation RollbackTrigger Data Type.

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)

    This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.

#typeString

This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.

Returns:

  • (String)

    This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.