Class: Aws::ElasticBeanstalk::Types::AbortEnvironmentUpdateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::AbortEnvironmentUpdateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
This specifies the ID of the environment with the in-progress update that you want to cancel.
-
#environment_name ⇒ String
This specifies the name of the environment with the in-progress update that you want to cancel.
Instance Attribute Details
#environment_id ⇒ String
This specifies the ID of the environment with the in-progress update that you want to cancel.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 25 class AbortEnvironmentUpdateMessage < Struct.new( :environment_id, :environment_name) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
This specifies the name of the environment with the in-progress update that you want to cancel.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 25 class AbortEnvironmentUpdateMessage < Struct.new( :environment_id, :environment_name) SENSITIVE = [] include Aws::Structure end |