Class: Aws::ElasticBeanstalk::Types::AbortEnvironmentUpdateMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

This specifies the ID of the environment with the in-progress update that you want to cancel.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 25

class AbortEnvironmentUpdateMessage < Struct.new(
  :environment_id,
  :environment_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

This specifies the name of the environment with the in-progress update that you want to cancel.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 25

class AbortEnvironmentUpdateMessage < Struct.new(
  :environment_id,
  :environment_name)
  SENSITIVE = []
  include Aws::Structure
end