Class: Aws::Types::SetSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decryption ⇒ Types::Encryption
Returns the value of attribute decryption.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
-
#gateway_bridge_source ⇒ Types::SetGatewayBridgeSourceRequest
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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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_listener_address ⇒ ::String
Returns the value of attribute source_listener_address.
-
#source_listener_port ⇒ ::Integer
Returns the value of attribute source_listener_port.
-
#source_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_tags.
-
#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::Encryption
Returns the value of attribute decryption.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def decryption @decryption end |
#description ⇒ ::String
Returns the value of attribute description.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def description @description end |
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def entitlement_arn @entitlement_arn end |
#gateway_bridge_source ⇒ Types::SetGatewayBridgeSourceRequest
Returns the value of attribute gateway_bridge_source.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def gateway_bridge_source @gateway_bridge_source end |
#ingest_port ⇒ ::Integer
Returns the value of attribute ingest_port.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def ingest_port @ingest_port end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def max_bitrate @max_bitrate end |
#max_latency ⇒ ::Integer
Returns the value of attribute max_latency.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def max_latency @max_latency end |
#max_sync_buffer ⇒ ::Integer
Returns the value of attribute max_sync_buffer.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def max_sync_buffer @max_sync_buffer end |
#media_stream_source_configurations ⇒ ::Array[Types::MediaStreamSourceConfigurationRequest]
Returns the value of attribute media_stream_source_configurations.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def media_stream_source_configurations @media_stream_source_configurations end |
#min_latency ⇒ ::Integer
Returns the value of attribute min_latency.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def min_latency @min_latency end |
#name ⇒ ::String
Returns the value of attribute name.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def name @name end |
#ndi_source_settings ⇒ Types::NdiSourceSettings
Returns the value of attribute ndi_source_settings.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def ndi_source_settings @ndi_source_settings end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def protocol @protocol end |
#router_integration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute router_integration_state.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def router_integration_state @router_integration_state end |
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute router_integration_transit_decryption.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def router_integration_transit_decryption @router_integration_transit_decryption end |
#sender_control_port ⇒ ::Integer
Returns the value of attribute sender_control_port.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def sender_control_port @sender_control_port end |
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def sender_ip_address @sender_ip_address end |
#source_listener_address ⇒ ::String
Returns the value of attribute source_listener_address.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def source_listener_address @source_listener_address end |
#source_listener_port ⇒ ::Integer
Returns the value of attribute source_listener_port.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def source_listener_port @source_listener_port end |
#source_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_tags.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def @source_tags end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def stream_id @stream_id end |
#vpc_interface_name ⇒ ::String
Returns the value of attribute vpc_interface_name.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def vpc_interface_name @vpc_interface_name end |
#whitelist_cidr ⇒ ::String
Returns the value of attribute whitelist_cidr.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def whitelist_cidr @whitelist_cidr end |