Class: Aws::Tnb::Types::ListSolNetworkOperationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_operationsArray<Types::ListSolNetworkOperationsInfo>

Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.



1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1604

class ListSolNetworkOperationsOutput < Struct.new(
  :network_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1604

class ListSolNetworkOperationsOutput < Struct.new(
  :network_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end