GetSubscriptionDefinitionVersionResponse
public struct GetSubscriptionDefinitionVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the subscription definition version.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the subscription definition version was created.
Declaration
Swift
public let creationTimestamp: String?
-
Information about the subscription definition version.
Declaration
Swift
public let definition: SubscriptionDefinitionVersion?
-
The ID of the subscription definition version.
Declaration
Swift
public let id: String?
-
The token for the next set of results, or “null” if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
The version of the subscription definition version.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTimestamp: String? = nil, definition: SubscriptionDefinitionVersion? = nil, id: String? = nil, nextToken: String? = nil, version: String? = nil)