Class: Aws::Types::GetMaintenanceWindowExecutionTaskInvocationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowExecutionTaskInvocationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#task_execution_id ⇒ ::String
Returns the value of attribute task_execution_id.
-
#task_type ⇒ "RUN_COMMAND", ...
Returns the value of attribute task_type.
-
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
-
#window_target_id ⇒ ::String
Returns the value of attribute window_target_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def end_time @end_time end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def execution_id @execution_id end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def invocation_id @invocation_id end |
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def owner_information @owner_information end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def parameters @parameters end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def status_details @status_details end |
#task_execution_id ⇒ ::String
Returns the value of attribute task_execution_id.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def task_execution_id @task_execution_id end |
#task_type ⇒ "RUN_COMMAND", ...
Returns the value of attribute task_type.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def task_type @task_type end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def window_execution_id @window_execution_id end |
#window_target_id ⇒ ::String
Returns the value of attribute window_target_id.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def window_target_id @window_target_id end |