Class: Aws::SSM::Types::GetExecutionPreviewResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

A UTC timestamp indicating when the execution preview operation ended.

Returns:

  • (Time)


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_previewTypes::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_idString

The generated ID for the existing execution preview.

Returns:

  • (String)


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

#statusString

The current status of the execution preview operation.

Returns:

  • (String)


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_messageString

Supplemental information about the current status of the execution preview.

Returns:

  • (String)


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