Class: Aws::Lightsail::Types::SetupExecutionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupExecutionDetails
- 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
-
#command ⇒ String
The command that was executed.
-
#date_time ⇒ Time
The timestamp for when the request was run.
-
#name ⇒ String
The name of the target resource.
-
#standard_error ⇒ String
The text written by the command to stderr.
-
#standard_output ⇒ String
The text written by the command to stdout.
-
#status ⇒ String
The status of the
SetupInstanceHttpsrequest. -
#version ⇒ String
The current version of the script..
Instance Attribute Details
#command ⇒ String
The command that was executed.
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |
#date_time ⇒ Time
The timestamp for when the request was run.
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the target resource.
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |
#standard_error ⇒ String
The text written by the command to stderr.
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |
#standard_output ⇒ String
The text written by the command to stdout.
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the SetupInstanceHttps request.
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The current version of the script..
14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14161 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |