Method: Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity#task_arn
- Defined in:
- lib/aws-sdk-ssm/types.rb
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that ran.
12844 12845 12846 12847 12848 12849 12850 12851 12852 12853 12854 12855 12856 12857 |
# File 'lib/aws-sdk-ssm/types.rb', line 12844 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |