Class: Aws::Types::MaintenanceWindowExecutionTaskInvocationIdentity

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.



3031
3032
3033
# File 'sig/types.rbs', line 3031

def end_time
  @end_time
end

#execution_id::String

Returns the value of attribute execution_id.



3025
3026
3027
# File 'sig/types.rbs', line 3025

def execution_id
  @execution_id
end

#invocation_id::String

Returns the value of attribute invocation_id.



3024
3025
3026
# File 'sig/types.rbs', line 3024

def invocation_id
  @invocation_id
end

#owner_information::String

Returns the value of attribute owner_information.



3032
3033
3034
# File 'sig/types.rbs', line 3032

def owner_information
  @owner_information
end

#parameters::String

Returns the value of attribute parameters.



3027
3028
3029
# File 'sig/types.rbs', line 3027

def parameters
  @parameters
end

#start_time::Time

Returns the value of attribute start_time.



3030
3031
3032
# File 'sig/types.rbs', line 3030

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.



3028
3029
3030
# File 'sig/types.rbs', line 3028

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.



3029
3030
3031
# File 'sig/types.rbs', line 3029

def status_details
  @status_details
end

#task_execution_id::String

Returns the value of attribute task_execution_id.



3023
3024
3025
# File 'sig/types.rbs', line 3023

def task_execution_id
  @task_execution_id
end

#task_type"RUN_COMMAND", ...

Returns the value of attribute task_type.



3026
3027
3028
# File 'sig/types.rbs', line 3026

def task_type
  @task_type
end

#window_execution_id::String

Returns the value of attribute window_execution_id.



3022
3023
3024
# File 'sig/types.rbs', line 3022

def window_execution_id
  @window_execution_id
end

#window_target_id::String

Returns the value of attribute window_target_id.



3033
3034
3035
# File 'sig/types.rbs', line 3033

def window_target_id
  @window_target_id
end