Class: Aws::Tnb::Types::GetSolNetworkOperationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Network operation ARN.

Returns:

  • (String)


774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#errorTypes::ProblemDetails

Error related to this specific network operation occurrence.



774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#idString

ID of this network operation occurrence.

Returns:

  • (String)


774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#lcm_operation_typeString

Type of the operation represented by this occurrence.

Returns:

  • (String)


774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#metadataTypes::GetSolNetworkOperationMetadata

Metadata of this network operation occurrence.



774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ns_instance_idString

ID of the network operation instance.

Returns:

  • (String)


774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#operation_stateString

The state of the network operation.

Returns:

  • (String)


774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

Returns:

  • (Hash<String,String>)


774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tasksArray<Types::GetSolNetworkOperationTaskDetails>

All tasks associated with this operation occurrence.



774
775
776
777
778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 774

class GetSolNetworkOperationOutput < Struct.new(
  :arn,
  :error,
  :id,
  :lcm_operation_type,
  :metadata,
  :ns_instance_id,
  :operation_state,
  :tags,
  :tasks)
  SENSITIVE = [:tags]
  include Aws::Structure
end