Class: Aws::SSM::Types::StartExecutionPreviewResponse

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

#execution_preview_idString

The ID of the execution preview generated by the system.

Returns:

  • (String)


18273
18274
18275
18276
18277
# File 'lib/aws-sdk-ssm/types.rb', line 18273

class StartExecutionPreviewResponse < Struct.new(
  :execution_preview_id)
  SENSITIVE = []
  include Aws::Structure
end