DescribeChannelResponse
public struct DescribeChannelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let arn: String?
-
Undocumented
Declaration
Swift
public let channelClass: ChannelClass?
-
Undocumented
Declaration
Swift
public let destinations: [OutputDestination]?
-
Undocumented
Declaration
Swift
public let egressEndpoints: [ChannelEgressEndpoint]?
-
Undocumented
Declaration
Swift
public let encoderSettings: EncoderSettings?
-
Undocumented
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public let inputAttachments: [InputAttachment]?
-
Undocumented
Declaration
Swift
public let inputSpecification: InputSpecification?
-
Undocumented
Declaration
Swift
public let logLevel: LogLevel?
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let pipelineDetails: [PipelineDetail]?
-
Undocumented
Declaration
Swift
public let pipelinesRunningCount: Int?
-
Undocumented
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public let state: ChannelState?
-
Undocumented
Declaration
Swift
public let tags: [String : String]?
-
init(arn:channelClass:destinations:egressEndpoints:encoderSettings:id:inputAttachments:inputSpecification:logLevel:name:pipelineDetails:pipelinesRunningCount:roleArn:state:tags:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, channelClass: ChannelClass? = nil, destinations: [OutputDestination]? = nil, egressEndpoints: [ChannelEgressEndpoint]? = nil, encoderSettings: EncoderSettings? = nil, id: String? = nil, inputAttachments: [InputAttachment]? = nil, inputSpecification: InputSpecification? = nil, logLevel: LogLevel? = nil, name: String? = nil, pipelineDetails: [PipelineDetail]? = nil, pipelinesRunningCount: Int? = nil, roleArn: String? = nil, state: ChannelState? = nil, tags: [String : String]? = nil)