Class: Aws::KinesisVideo::Types::ListEdgeAgentConfigurationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edge_configsArray<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_tokenString

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.

Returns:

  • (String)


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