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 ‘SetupInstanceHttps` request.
-
#version ⇒ String
The current version of the script..
Instance Attribute Details
#command ⇒ String
The command that was executed.
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_time ⇒ Time
The timestamp for when the request was run.
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 |
#name ⇒ String
The name of the target resource.
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_error ⇒ String
The text written by the command to stderr.
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_output ⇒ String
The text written by the command to stdout.
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 |
#status ⇒ String
The status of the ‘SetupInstanceHttps` request.
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 |
#version ⇒ String
The current version of the script..
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 |