Class: Aws::Types::SetSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decryptionTypes::Encryption

Returns the value of attribute decryption.

Returns:



2075
2076
2077
# File 'sig/types.rbs', line 2075

def decryption
  @decryption
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def description
  @description
end

#entitlement_arn::String

Returns the value of attribute entitlement_arn.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def entitlement_arn
  @entitlement_arn
end

#gateway_bridge_sourceTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def min_latency
  @min_latency
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def name
  @name
end

#ndi_source_settingsTypes::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.

Returns:

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


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.

Returns:

  • ("ENABLED", "DISABLED")


2096
2097
2098
# File 'sig/types.rbs', line 2096

def router_integration_state
  @router_integration_state
end

#router_integration_transit_decryptionTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

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


2095
2096
2097
# File 'sig/types.rbs', line 2095

def source_tags
  @source_tags
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def whitelist_cidr
  @whitelist_cidr
end