InputSummary
public struct InputSummary : 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? = nil, inputArn: String? = nil, inputDescription: String? = nil, inputName: String? = nil, lastUpdateTime: TimeStamp? = nil, status: InputStatus? = nil)