Class: Aws::Types::UpdateFlowSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decryption ⇒ Types::UpdateEncryption
Returns the value of attribute decryption.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#gateway_bridge_source ⇒ Types::UpdateGatewayBridgeSourceRequest
Returns the value of attribute gateway_bridge_source.
-
#ingest_port ⇒ ::Integer
Returns the value of attribute ingest_port.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#max_latency ⇒ ::Integer
Returns the value of attribute max_latency.
-
#max_sync_buffer ⇒ ::Integer
Returns the value of attribute max_sync_buffer.
-
#media_stream_source_configurations ⇒ ::Array[Types::MediaStreamSourceConfigurationRequest]
Returns the value of attribute media_stream_source_configurations.
-
#min_latency ⇒ ::Integer
Returns the value of attribute min_latency.
-
#ndi_source_settings ⇒ Types::NdiSourceSettings
Returns the value of attribute ndi_source_settings.
-
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
-
#router_integration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute router_integration_state.
-
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute router_integration_transit_decryption.
-
#sender_control_port ⇒ ::Integer
Returns the value of attribute sender_control_port.
-
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_listener_address ⇒ ::String
Returns the value of attribute source_listener_address.
-
#source_listener_port ⇒ ::Integer
Returns the value of attribute source_listener_port.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#vpc_interface_name ⇒ ::String
Returns the value of attribute vpc_interface_name.
-
#whitelist_cidr ⇒ ::String
Returns the value of attribute whitelist_cidr.
Instance Attribute Details
#decryption ⇒ Types::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.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def description @description end |
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
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.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def flow_arn @flow_arn end |
#gateway_bridge_source ⇒ Types::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.
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.
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.
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.
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.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def min_latency @min_latency end |
#ndi_source_settings ⇒ Types::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.
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.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def router_integration_state @router_integration_state end |
#router_integration_transit_decryption ⇒ Types::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.
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.
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.
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.
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.
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.
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.
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.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def whitelist_cidr @whitelist_cidr end |