Class: Aws::Types::UpdateFlowOutputRequest

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])


2517
2518
2519
# File 'sig/types.rbs', line 2517

def cidr_allow_list
  @cidr_allow_list
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def description
  @description
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def destination
  @destination
end

#encryptionTypes::UpdateEncryption

Returns the value of attribute encryption.



2520
2521
2522
# File 'sig/types.rbs', line 2520

def encryption
  @encryption
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def flow_arn
  @flow_arn
end

#max_latency::Integer

Returns the value of attribute max_latency.

Returns:

  • (::Integer)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def max_latency
  @max_latency
end

#media_stream_output_configurations::Array[Types::MediaStreamOutputConfigurationRequest]

Returns the value of attribute media_stream_output_configurations.



2523
2524
2525
# File 'sig/types.rbs', line 2523

def media_stream_output_configurations
  @media_stream_output_configurations
end

#min_latency::Integer

Returns the value of attribute min_latency.

Returns:

  • (::Integer)


2524
2525
2526
# File 'sig/types.rbs', line 2524

def min_latency
  @min_latency
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")


2539
2540
2541
# File 'sig/types.rbs', line 2539

def ndi_output_timecode_source
  @ndi_output_timecode_source
end

#ndi_program_name::String

Returns the value of attribute ndi_program_name.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def ndi_program_name
  @ndi_program_name
end

#ndi_speed_hq_quality::Integer

Returns the value of attribute ndi_speed_hq_quality.

Returns:

  • (::Integer)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def ndi_speed_hq_quality
  @ndi_speed_hq_quality
end

#output_arn::String

Returns the value of attribute output_arn.

Returns:

  • (::String)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def output_arn
  @output_arn
end

#output_status"ENABLED", "DISABLED"

Returns the value of attribute output_status.

Returns:

  • ("ENABLED", "DISABLED")


2534
2535
2536
# File 'sig/types.rbs', line 2534

def output_status
  @output_status
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2526
2527
2528
# File 'sig/types.rbs', line 2526

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")


2527
2528
2529
# File 'sig/types.rbs', line 2527

def protocol
  @protocol
end

#remote_id::String

Returns the value of attribute remote_id.

Returns:

  • (::String)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def remote_id
  @remote_id
end

#router_integration_state"ENABLED", "DISABLED"

Returns the value of attribute router_integration_state.

Returns:

  • ("ENABLED", "DISABLED")


2537
2538
2539
# File 'sig/types.rbs', line 2537

def router_integration_state
  @router_integration_state
end

#router_integration_transit_encryptionTypes::FlowTransitEncryption

Returns the value of attribute router_integration_transit_encryption.



2538
2539
2540
# File 'sig/types.rbs', line 2538

def router_integration_transit_encryption
  @router_integration_transit_encryption
end

#sender_control_port::Integer

Returns the value of attribute sender_control_port.

Returns:

  • (::Integer)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def sender_control_port
  @sender_control_port
end

#sender_ip_address::String

Returns the value of attribute sender_ip_address.

Returns:

  • (::String)


2530
2531
2532
# File 'sig/types.rbs', line 2530

def sender_ip_address
  @sender_ip_address
end

#smoothing_latency::Integer

Returns the value of attribute smoothing_latency.

Returns:

  • (::Integer)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def smoothing_latency
  @smoothing_latency
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def stream_id
  @stream_id
end

#vpc_interface_attachmentTypes::VpcInterfaceAttachment

Returns the value of attribute vpc_interface_attachment.



2533
2534
2535
# File 'sig/types.rbs', line 2533

def vpc_interface_attachment
  @vpc_interface_attachment
end