Class: Aws::Tnb::Types::ListSolNetworkOperationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolNetworkOperationsOutput
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_operations ⇒ Array<Types::ListSolNetworkOperationsInfo>
Lists network operation occurrences.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#network_operations ⇒ Array<Types::ListSolNetworkOperationsInfo>
Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1681 class ListSolNetworkOperationsOutput < Struct.new( :network_operations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1681 class ListSolNetworkOperationsOutput < Struct.new( :network_operations, :next_token) SENSITIVE = [] include Aws::Structure end |