InputConfiguration
public struct InputConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the input was created.
Declaration
Swift
public let creationTime: TimeStamp
-
The ARN of the input.
Declaration
Swift
public let inputArn: String
-
A brief description of the input.
Declaration
Swift
public let inputDescription: String?
-
The name of the input.
Declaration
Swift
public let inputName: String
-
The last time the input was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp
-
The status of the input.
Declaration
Swift
public let status: InputStatus
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, inputArn: String, inputDescription: String? = nil, inputName: String, lastUpdateTime: TimeStamp, status: InputStatus)