Class: Aws::SSM::Types::GetExecutionPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetExecutionPreviewResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_at ⇒ Time
A UTC timestamp indicating when the execution preview operation ended.
-
#execution_preview ⇒ Types::ExecutionPreview
Information about the changes that would be made if an execution were run.
-
#execution_preview_id ⇒ String
The generated ID for the existing execution preview.
-
#status ⇒ String
The current status of the execution preview operation.
-
#status_message ⇒ String
Supplemental information about the current status of the execution preview.
Instance Attribute Details
#ended_at ⇒ Time
A UTC timestamp indicating when the execution preview operation ended.
8084 8085 8086 8087 8088 8089 8090 8091 8092 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetExecutionPreviewResponse < Struct.new( :execution_preview_id, :ended_at, :status, :status_message, :execution_preview) SENSITIVE = [] include Aws::Structure end |
#execution_preview ⇒ Types::ExecutionPreview
Information about the changes that would be made if an execution were run.
8084 8085 8086 8087 8088 8089 8090 8091 8092 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetExecutionPreviewResponse < Struct.new( :execution_preview_id, :ended_at, :status, :status_message, :execution_preview) SENSITIVE = [] include Aws::Structure end |
#execution_preview_id ⇒ String
The generated ID for the existing execution preview.
8084 8085 8086 8087 8088 8089 8090 8091 8092 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetExecutionPreviewResponse < Struct.new( :execution_preview_id, :ended_at, :status, :status_message, :execution_preview) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the execution preview operation.
8084 8085 8086 8087 8088 8089 8090 8091 8092 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetExecutionPreviewResponse < Struct.new( :execution_preview_id, :ended_at, :status, :status_message, :execution_preview) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Supplemental information about the current status of the execution preview.
8084 8085 8086 8087 8088 8089 8090 8091 8092 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetExecutionPreviewResponse < Struct.new( :execution_preview_id, :ended_at, :status, :status_message, :execution_preview) SENSITIVE = [] include Aws::Structure end |