Class: Aws::Lightsail::Types::SetupHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Returns a list of the commands that were ran on the target resource.
The status of each command is also returned.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_details ⇒ Array<Types::SetupExecutionDetails>
Describes the full details of the request.
-
#operation_id ⇒ String
A GUID that’s used to identify the operation.
-
#request ⇒ Types::SetupRequest
Information about the specified request.
-
#resource ⇒ Types::SetupHistoryResource
The target resource name for the request.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#execution_details ⇒ Array<Types::SetupExecutionDetails>
Describes the full details of the request.
13811 13812 13813 13814 13815 13816 13817 13818 13819 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13811 class SetupHistory < Struct.new( :operation_id, :request, :resource, :execution_details, :status) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
A GUID that’s used to identify the operation.
13811 13812 13813 13814 13815 13816 13817 13818 13819 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13811 class SetupHistory < Struct.new( :operation_id, :request, :resource, :execution_details, :status) SENSITIVE = [] include Aws::Structure end |
#request ⇒ Types::SetupRequest
Information about the specified request.
13811 13812 13813 13814 13815 13816 13817 13818 13819 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13811 class SetupHistory < Struct.new( :operation_id, :request, :resource, :execution_details, :status) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::SetupHistoryResource
The target resource name for the request.
13811 13812 13813 13814 13815 13816 13817 13818 13819 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13811 class SetupHistory < Struct.new( :operation_id, :request, :resource, :execution_details, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
13811 13812 13813 13814 13815 13816 13817 13818 13819 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13811 class SetupHistory < Struct.new( :operation_id, :request, :resource, :execution_details, :status) SENSITIVE = [] include Aws::Structure end |