Class: Aws::ElasticBeanstalk::Types::Trigger

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Describes a trigger.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the trigger.

Returns:

  • (String)


4262
4263
4264
4265
4266
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4262

class Trigger < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end