Class: Aws::Types::AddOutputRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_allow_list::Array[::String]

Returns the value of attribute cidr_allow_list.

Returns:

  • (::Array[::String])


156
157
158
# File 'sig/types.rbs', line 156

def cidr_allow_list
  @cidr_allow_list
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def description
  @description
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def destination
  @destination
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def encryption
  @encryption
end

#max_latency::Integer

Returns the value of attribute max_latency.

Returns:

  • (::Integer)


160
161
162
# File 'sig/types.rbs', line 160

def max_latency
  @max_latency
end

#media_stream_output_configurations::Array[Types::MediaStreamOutputConfigurationRequest]

Returns the value of attribute media_stream_output_configurations.



161
162
163
# File 'sig/types.rbs', line 161

def media_stream_output_configurations
  @media_stream_output_configurations
end

#min_latency::Integer

Returns the value of attribute min_latency.

Returns:

  • (::Integer)


162
163
164
# File 'sig/types.rbs', line 162

def min_latency
  @min_latency
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def name
  @name
end

#ndi_output_timecode_source"EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"

Returns the value of attribute ndi_output_timecode_source.

Returns:

  • ("EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME")


177
178
179
# File 'sig/types.rbs', line 177

def ndi_output_timecode_source
  @ndi_output_timecode_source
end

#ndi_program_name::String

Returns the value of attribute ndi_program_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def ndi_program_name
  @ndi_program_name
end

#ndi_speed_hq_quality::Integer

Returns the value of attribute ndi_speed_hq_quality.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def ndi_speed_hq_quality
  @ndi_speed_hq_quality
end

#output_status"ENABLED", "DISABLED"

Returns the value of attribute output_status.

Returns:

  • ("ENABLED", "DISABLED")


171
172
173
# File 'sig/types.rbs', line 171

def output_status
  @output_status
end

#output_tags::Hash[::String, ::String]

Returns the value of attribute output_tags.

Returns:

  • (::Hash[::String, ::String])


174
175
176
# File 'sig/types.rbs', line 174

def output_tags
  @output_tags
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def port
  @port
end

#protocol"zixi-push", ...

Returns the value of attribute protocol.

Returns:

  • ("zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq")


165
166
167
# File 'sig/types.rbs', line 165

def protocol
  @protocol
end

#remote_id::String

Returns the value of attribute remote_id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def remote_id
  @remote_id
end

#router_integration_state"ENABLED", "DISABLED"

Returns the value of attribute router_integration_state.

Returns:

  • ("ENABLED", "DISABLED")


175
176
177
# File 'sig/types.rbs', line 175

def router_integration_state
  @router_integration_state
end

#router_integration_transit_encryptionTypes::FlowTransitEncryption

Returns the value of attribute router_integration_transit_encryption.



176
177
178
# File 'sig/types.rbs', line 176

def router_integration_transit_encryption
  @router_integration_transit_encryption
end

#sender_control_port::Integer

Returns the value of attribute sender_control_port.

Returns:

  • (::Integer)


167
168
169
# File 'sig/types.rbs', line 167

def sender_control_port
  @sender_control_port
end

#smoothing_latency::Integer

Returns the value of attribute smoothing_latency.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def smoothing_latency
  @smoothing_latency
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def stream_id
  @stream_id
end

#vpc_interface_attachmentTypes::VpcInterfaceAttachment

Returns the value of attribute vpc_interface_attachment.



170
171
172
# File 'sig/types.rbs', line 170

def vpc_interface_attachment
  @vpc_interface_attachment
end