Class: Aws::ElasticBeanstalk::Types::ManagedAction

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

Overview

The record of an upcoming or in-progress managed action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_descriptionString

A description of the managed action.

Returns:

  • (String)


3030
3031
3032
3033
3034
3035
3036
3037
3038
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030

class ManagedAction < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status,
  :window_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

A unique identifier for the managed action.

Returns:

  • (String)


3030
3031
3032
3033
3034
3035
3036
3037
3038
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030

class ManagedAction < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status,
  :window_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of managed action.

Returns:

  • (String)


3030
3031
3032
3033
3034
3035
3036
3037
3038
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030

class ManagedAction < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status,
  :window_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

Returns:

  • (String)


3030
3031
3032
3033
3034
3035
3036
3037
3038
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030

class ManagedAction < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status,
  :window_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#window_start_timeTime

The start time of the maintenance window in which the managed action will execute.

Returns:

  • (Time)


3030
3031
3032
3033
3034
3035
3036
3037
3038
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3030

class ManagedAction < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status,
  :window_start_time)
  SENSITIVE = []
  include Aws::Structure
end