Class: Aws::Types::MaintenanceWindowExecutionTaskIdentity

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.

Returns:



3016
3017
3018
# File 'sig/types.rbs', line 3016

def alarm_configuration
  @alarm_configuration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



3013
3014
3015
# File 'sig/types.rbs', line 3013

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



3012
3013
3014
# File 'sig/types.rbs', line 3012

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



3010
3011
3012
# File 'sig/types.rbs', line 3010

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:



3011
3012
3013
# File 'sig/types.rbs', line 3011

def status_details
  @status_details
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:



3014
3015
3016
# File 'sig/types.rbs', line 3014

def task_arn
  @task_arn
end

#task_execution_id::String

Returns the value of attribute task_execution_id.

Returns:



3009
3010
3011
# File 'sig/types.rbs', line 3009

def task_execution_id
  @task_execution_id
end

#task_type"RUN_COMMAND", ...

Returns the value of attribute task_type.

Returns:



3015
3016
3017
# File 'sig/types.rbs', line 3015

def task_type
  @task_type
end

#triggered_alarms::Array[Types::AlarmStateInformation]

Returns the value of attribute triggered_alarms.

Returns:



3017
3018
3019
# File 'sig/types.rbs', line 3017

def triggered_alarms
  @triggered_alarms
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:



3008
3009
3010
# File 'sig/types.rbs', line 3008

def window_execution_id
  @window_execution_id
end