Class: Aws::Tnb::Types::GetSolNetworkOperationTaskDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Gets the details of a network operation.

A network operation is any operation that is done to your network, such as network instance instantiation or termination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_contextHash<String,String>

Context for the network operation task.

Returns:

  • (Hash<String,String>)


819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 819

class GetSolNetworkOperationTaskDetails < Struct.new(
  :task_context,
  :task_end_time,
  :task_error_details,
  :task_name,
  :task_start_time,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_end_timeTime

Task end time.

Returns:

  • (Time)


819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 819

class GetSolNetworkOperationTaskDetails < Struct.new(
  :task_context,
  :task_end_time,
  :task_error_details,
  :task_name,
  :task_start_time,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_error_detailsTypes::ErrorInfo

Task error details.

Returns:



819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 819

class GetSolNetworkOperationTaskDetails < Struct.new(
  :task_context,
  :task_end_time,
  :task_error_details,
  :task_name,
  :task_start_time,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_nameString

Task name.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 819

class GetSolNetworkOperationTaskDetails < Struct.new(
  :task_context,
  :task_end_time,
  :task_error_details,
  :task_name,
  :task_start_time,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_start_timeTime

Task start time.

Returns:

  • (Time)


819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 819

class GetSolNetworkOperationTaskDetails < Struct.new(
  :task_context,
  :task_end_time,
  :task_error_details,
  :task_name,
  :task_start_time,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_statusString

Task status.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 819

class GetSolNetworkOperationTaskDetails < Struct.new(
  :task_context,
  :task_end_time,
  :task_error_details,
  :task_name,
  :task_start_time,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end