Class: Aws::Tnb::Types::ListSolFunctionInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolFunctionInstancesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_instances ⇒ Array<Types::ListSolFunctionInstanceInfo>
Network function instances.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#function_instances ⇒ Array<Types::ListSolFunctionInstanceInfo>
Network function instances.
1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-tnb/types.rb', line 1312 class ListSolFunctionInstancesOutput < Struct.new( :function_instances, :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.
1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-tnb/types.rb', line 1312 class ListSolFunctionInstancesOutput < Struct.new( :function_instances, :next_token) SENSITIVE = [] include Aws::Structure end |