Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskInvocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionTaskInvocationRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_id ⇒ String
The invocation ID to retrieve.
-
#task_id ⇒ String
The ID of the specific task in the maintenance window task that should be retrieved.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution for which the task is a part.
Instance Attribute Details
#invocation_id ⇒ String
The invocation ID to retrieve.
8080 8081 8082 8083 8084 8085 8086 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8080 class GetMaintenanceWindowExecutionTaskInvocationRequest < Struct.new( :window_execution_id, :task_id, :invocation_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the specific task in the maintenance window task that should be retrieved.
8080 8081 8082 8083 8084 8085 8086 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8080 class GetMaintenanceWindowExecutionTaskInvocationRequest < Struct.new( :window_execution_id, :task_id, :invocation_id) SENSITIVE = [] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution for which the task is a part.
8080 8081 8082 8083 8084 8085 8086 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8080 class GetMaintenanceWindowExecutionTaskInvocationRequest < Struct.new( :window_execution_id, :task_id, :invocation_id) SENSITIVE = [] include Aws::Structure end |