Class: Aws::KinesisVideo::Types::StartEdgeConfigurationUpdateInput

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_configTypes::EdgeConfig

The edge configuration details required to invoke the update process.

Returns:



1633
1634
1635
1636
1637
1638
1639
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1633

class StartEdgeConfigurationUpdateInput < Struct.new(
  :stream_name,
  :stream_arn,
  :edge_config)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the StreamARN.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
1639
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1633

class StartEdgeConfigurationUpdateInput < Struct.new(
  :stream_name,
  :stream_arn,
  :edge_config)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream whose edge configuration you want to update. Specify either the StreamName or the StreamARN.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
1639
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1633

class StartEdgeConfigurationUpdateInput < Struct.new(
  :stream_name,
  :stream_arn,
  :edge_config)
  SENSITIVE = []
  include Aws::Structure
end