Class: Aws::ElasticBeanstalk::Types::Trigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::Trigger
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes a trigger.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the trigger.
Instance Attribute Details
#name ⇒ String
The name of the trigger.
4483 4484 4485 4486 4487 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4483 class Trigger < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |