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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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)


13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-lightsail/types.rb', line 13773

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