Class: Aws::Lightsail::Types::SetupExecutionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupExecutionDetails
- 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
-
#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.
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 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.
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 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.
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 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.
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 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.
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 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.
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 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..
14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14062 class SetupExecutionDetails < Struct.new( :command, :date_time, :name, :status, :standard_error, :standard_output, :version) SENSITIVE = [] include Aws::Structure end |