Class: Aws::Types::MaintenanceWindowTask

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:task_parameters, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.



3119
3120
3121
# File 'sig/types.rbs', line 3119

def alarm_configuration
  @alarm_configuration
end

#cutoff_behavior"CONTINUE_TASK", "CANCEL_TASK"

Returns the value of attribute cutoff_behavior.

Returns:

  • ("CONTINUE_TASK", "CANCEL_TASK")


3118
3119
3120
# File 'sig/types.rbs', line 3118

def cutoff_behavior
  @cutoff_behavior
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3117
3118
3119
# File 'sig/types.rbs', line 3117

def description
  @description
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



3112
3113
3114
# File 'sig/types.rbs', line 3112

def logging_info
  @logging_info
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:

  • (::String)


3114
3115
3116
# File 'sig/types.rbs', line 3114

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:

  • (::String)


3115
3116
3117
# File 'sig/types.rbs', line 3115

def max_errors
  @max_errors
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3116
3117
3118
# File 'sig/types.rbs', line 3116

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


3111
3112
3113
# File 'sig/types.rbs', line 3111

def priority
  @priority
end

#service_role_arn::String

Returns the value of attribute service_role_arn.

Returns:

  • (::String)


3113
3114
3115
# File 'sig/types.rbs', line 3113

def service_role_arn
  @service_role_arn
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



3109
3110
3111
# File 'sig/types.rbs', line 3109

def targets
  @targets
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


3107
3108
3109
# File 'sig/types.rbs', line 3107

def task_arn
  @task_arn
end

#task_parameters::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]

Returns the value of attribute task_parameters.



3110
3111
3112
# File 'sig/types.rbs', line 3110

def task_parameters
  @task_parameters
end

#type"RUN_COMMAND", ...

Returns the value of attribute type.

Returns:

  • ("RUN_COMMAND", "AUTOMATION", "STEP_FUNCTIONS", "LAMBDA")


3108
3109
3110
# File 'sig/types.rbs', line 3108

def type
  @type
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


3105
3106
3107
# File 'sig/types.rbs', line 3105

def window_id
  @window_id
end

#window_task_id::String

Returns the value of attribute window_task_id.

Returns:

  • (::String)


3106
3107
3108
# File 'sig/types.rbs', line 3106

def window_task_id
  @window_task_id
end