[−][src]Struct rusoto_medialive::DescribeInputResponse
Placeholder documentation for DescribeInputResponse
Fields
arn: Option<String>
The Unique ARN of the input (generated, immutable).
attached_channels: Option<Vec<String>>
A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
destinations: Option<Vec<InputDestination>>
A list of the destinations of the input (PUSH-type).
id: Option<String>
The generated ID of the input (unique for user account, immutable).
input_class: Option<String>
STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLEPIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails. SINGLEPIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.
media_connect_flows: Option<Vec<MediaConnectFlow>>
A list of MediaConnect Flows for this input.
name: Option<String>
The user-assigned name (This is a mutable value).
role_arn: Option<String>
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
security_groups: Option<Vec<String>>
A list of IDs for all the Input Security Groups attached to the input.
sources: Option<Vec<InputSource>>
A list of the sources of the input (PULL-type).
state: Option<String>
A collection of key-value pairs.
type_: Option<String>
Trait Implementations
impl PartialEq<DescribeInputResponse> for DescribeInputResponse
[src]
fn eq(&self, other: &DescribeInputResponse) -> bool
[src]
fn ne(&self, other: &DescribeInputResponse) -> bool
[src]
impl Default for DescribeInputResponse
[src]
fn default() -> DescribeInputResponse
[src]
impl Clone for DescribeInputResponse
[src]
fn clone(&self) -> DescribeInputResponse
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeInputResponse
[src]
impl<'de> Deserialize<'de> for DescribeInputResponse
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeInputResponse
impl Sync for DescribeInputResponse
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self