Class: Aws::KinesisVideo::Types::ListEdgeAgentConfigurationsInput

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

#hub_device_arnString

The "Internet of Things (IoT) Thing" Arn of the edge agent.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1071

class ListEdgeAgentConfigurationsInput < Struct.new(
  :hub_device_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of edge configurations to return in the response. The default is 5.

Returns:

  • (Integer)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1071

class ListEdgeAgentConfigurationsInput < Struct.new(
  :hub_device_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is truncated, the call returns the NextToken in the response. To get another batch of edge configurations, provide this token in your next request.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1071

class ListEdgeAgentConfigurationsInput < Struct.new(
  :hub_device_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end