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:



13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13812

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)


13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13812

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

#requestTypes::SetupRequest

Information about the specified request.

Returns:



13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13812

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.



13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13812

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

#statusString

The status of the request.

Returns:

  • (String)


13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13812

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