Class: Aws::Types::UpdateFlowSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decryptionTypes::UpdateEncryption

Returns the value of attribute decryption.



2566
2567
2568
# File 'sig/types.rbs', line 2566

def decryption
  @decryption
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def description
  @description
end

#entitlement_arn::String

Returns the value of attribute entitlement_arn.

Returns:

  • (::String)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def entitlement_arn
  @entitlement_arn
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def flow_arn
  @flow_arn
end

#gateway_bridge_sourceTypes::UpdateGatewayBridgeSourceRequest

Returns the value of attribute gateway_bridge_source.



2585
2586
2587
# File 'sig/types.rbs', line 2585

def gateway_bridge_source
  @gateway_bridge_source
end

#ingest_port::Integer

Returns the value of attribute ingest_port.

Returns:

  • (::Integer)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def ingest_port
  @ingest_port
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


2571
2572
2573
# File 'sig/types.rbs', line 2571

def max_bitrate
  @max_bitrate
end

#max_latency::Integer

Returns the value of attribute max_latency.

Returns:

  • (::Integer)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def max_latency
  @max_latency
end

#max_sync_buffer::Integer

Returns the value of attribute max_sync_buffer.

Returns:

  • (::Integer)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def max_sync_buffer
  @max_sync_buffer
end

#media_stream_source_configurations::Array[Types::MediaStreamSourceConfigurationRequest]

Returns the value of attribute media_stream_source_configurations.



2574
2575
2576
# File 'sig/types.rbs', line 2574

def media_stream_source_configurations
  @media_stream_source_configurations
end

#min_latency::Integer

Returns the value of attribute min_latency.

Returns:

  • (::Integer)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def min_latency
  @min_latency
end

#ndi_source_settingsTypes::NdiSourceSettings

Returns the value of attribute ndi_source_settings.



2586
2587
2588
# File 'sig/types.rbs', line 2586

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


2576
2577
2578
# File 'sig/types.rbs', line 2576

def protocol
  @protocol
end

#router_integration_state"ENABLED", "DISABLED"

Returns the value of attribute router_integration_state.

Returns:

  • ("ENABLED", "DISABLED")


2587
2588
2589
# File 'sig/types.rbs', line 2587

def router_integration_state
  @router_integration_state
end

#router_integration_transit_decryptionTypes::FlowTransitEncryption

Returns the value of attribute router_integration_transit_decryption.



2588
2589
2590
# File 'sig/types.rbs', line 2588

def router_integration_transit_decryption
  @router_integration_transit_decryption
end

#sender_control_port::Integer

Returns the value of attribute sender_control_port.

Returns:

  • (::Integer)


2577
2578
2579
# File 'sig/types.rbs', line 2577

def sender_control_port
  @sender_control_port
end

#sender_ip_address::String

Returns the value of attribute sender_ip_address.

Returns:

  • (::String)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def sender_ip_address
  @sender_ip_address
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def source_arn
  @source_arn
end

#source_listener_address::String

Returns the value of attribute source_listener_address.

Returns:

  • (::String)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def source_listener_address
  @source_listener_address
end

#source_listener_port::Integer

Returns the value of attribute source_listener_port.

Returns:

  • (::Integer)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def source_listener_port
  @source_listener_port
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


2582
2583
2584
# File 'sig/types.rbs', line 2582

def stream_id
  @stream_id
end

#vpc_interface_name::String

Returns the value of attribute vpc_interface_name.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def vpc_interface_name
  @vpc_interface_name
end

#whitelist_cidr::String

Returns the value of attribute whitelist_cidr.

Returns:

  • (::String)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def whitelist_cidr
  @whitelist_cidr
end