DescribeInputResponse
public struct DescribeInputResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let arn: String?
-
Undocumented
Declaration
Swift
public let attachedChannels: [String]?
-
Undocumented
Declaration
Swift
public let destinations: [InputDestination]?
-
Undocumented
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public let inputClass: InputClass?
-
Undocumented
Declaration
Swift
public let inputDevices: [InputDeviceSettings]?
-
Undocumented
Declaration
Swift
public let inputSourceType: InputSourceType?
-
Undocumented
Declaration
Swift
public let mediaConnectFlows: [MediaConnectFlow]?
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public let securityGroups: [String]?
-
Undocumented
Declaration
Swift
public let sources: [InputSource]?
-
Undocumented
Declaration
Swift
public let state: InputState?
-
Undocumented
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public let type: InputType?
-
init(arn:attachedChannels:destinations:id:inputClass:inputDevices:inputSourceType:mediaConnectFlows:name:roleArn:securityGroups:sources:state:tags:type:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, attachedChannels: [String]? = nil, destinations: [InputDestination]? = nil, id: String? = nil, inputClass: InputClass? = nil, inputDevices: [InputDeviceSettings]? = nil, inputSourceType: InputSourceType? = nil, mediaConnectFlows: [MediaConnectFlow]? = nil, name: String? = nil, roleArn: String? = nil, securityGroups: [String]? = nil, sources: [InputSource]? = nil, state: InputState? = nil, tags: [String : String]? = nil, type: InputType? = nil)