Class: Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionRequest

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

Overview

Request to execute a scheduled managed action immediately.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The action ID of the scheduled managed action to execute.

Returns:

  • (String)


360
361
362
363
364
365
366
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 360

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

#environment_idString

The environment ID of the target environment.

Returns:

  • (String)


360
361
362
363
364
365
366
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 360

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

#environment_nameString

The name of the target environment.

Returns:

  • (String)


360
361
362
363
364
365
366
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 360

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