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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


4265
4266
4267
4268
4269
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4265

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