Class: Aws::Lightsail::Types::SetupExecutionDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Returns details about the commands that were run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandString

The command that was executed.

Returns:

  • (String)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#date_timeTime

The timestamp for when the request was run.

Returns:

  • (Time)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the target resource.

Returns:

  • (String)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#standard_errorString

The text written by the command to stderr.

Returns:

  • (String)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#standard_outputString

The text written by the command to stdout.

Returns:

  • (String)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the SetupInstanceHttps request.

Returns:

  • (String)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The current version of the script..

Returns:

  • (String)


13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13741

class SetupExecutionDetails < Struct.new(
  :command,
  :date_time,
  :name,
  :status,
  :standard_error,
  :standard_output,
  :version)
  SENSITIVE = []
  include Aws::Structure
end