Outcome
public struct Outcome : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The outcome ARN.
Declaration
Swift
public let arn: String? -
The timestamp when the outcome was created.
Declaration
Swift
public let createdTime: String? -
The outcome description.
Declaration
Swift
public let description: String? -
The timestamp when the outcome was last updated.
Declaration
Swift
public let lastUpdatedTime: String? -
The outcome name.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, lastUpdatedTime: String? = nil, name: String? = nil)
View on GitHub
Outcome Structure Reference