Class: Aws::Lightsail::Types::SetupHistory

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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

Instance Attribute Details

#execution_detailsArray<Types::SetupExecutionDetails>

Describes the full details of the request.

Returns:



13779
13780
13781
13782
13783
13784
13785
13786
13787
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13779

class SetupHistory < Struct.new(
  :operation_id,
  :request,
  :resource,
  :execution_details,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#operation_idString

A GUID that's used to identify the operation.

Returns:

  • (String)


13779
13780
13781
13782
13783
13784
13785
13786
13787
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13779

class SetupHistory < Struct.new(
  :operation_id,
  :request,
  :resource,
  :execution_details,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#requestTypes::SetupRequest

Information about the specified request.

Returns:



13779
13780
13781
13782
13783
13784
13785
13786
13787
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13779

class SetupHistory < Struct.new(
  :operation_id,
  :request,
  :resource,
  :execution_details,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::SetupHistoryResource

The target resource name for the request.



13779
13780
13781
13782
13783
13784
13785
13786
13787
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13779

class SetupHistory < Struct.new(
  :operation_id,
  :request,
  :resource,
  :execution_details,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


13779
13780
13781
13782
13783
13784
13785
13786
13787
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13779

class SetupHistory < Struct.new(
  :operation_id,
  :request,
  :resource,
  :execution_details,
  :status)
  SENSITIVE = []
  include Aws::Structure
end