Class: Aws::KinesisVideo::Types::ListEdgeAgentConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListEdgeAgentConfigurationsOutput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_configs ⇒ Array<Types::ListEdgeAgentConfigurationsEdgeConfig>
A description of a single stream's edge configuration.
-
#next_token ⇒ String
If the response is truncated, the call returns this element with a given token.
Instance Attribute Details
#edge_configs ⇒ Array<Types::ListEdgeAgentConfigurationsEdgeConfig>
A description of a single stream's edge configuration.
1091 1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1091 class ListEdgeAgentConfigurationsOutput < Struct.new( :edge_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
1091 1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1091 class ListEdgeAgentConfigurationsOutput < Struct.new( :edge_configs, :next_token) SENSITIVE = [] include Aws::Structure end |