DefinitionInformation
public struct DefinitionInformation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the definition.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the definition was created.
Declaration
Swift
public let creationTimestamp: String?
-
The ID of the definition.
Declaration
Swift
public let id: String?
-
The time, in milliseconds since the epoch, when the definition was last updated.
Declaration
Swift
public let lastUpdatedTimestamp: String?
-
The ID of the latest version associated with the definition.
Declaration
Swift
public let latestVersion: String?
-
The ARN of the latest version associated with the definition.
Declaration
Swift
public let latestVersionArn: String?
-
The name of the definition.
Declaration
Swift
public let name: String?
-
Tag(s) attached to the resource arn.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTimestamp: String? = nil, id: String? = nil, lastUpdatedTimestamp: String? = nil, latestVersion: String? = nil, latestVersionArn: String? = nil, name: String? = nil, tags: [String : String]? = nil)