DescribeProvisioningTemplateVersionResponse
public struct DescribeProvisioningTemplateVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date when the fleet provisioning template version was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
True if the fleet provisioning template version is the default version.
Declaration
Swift
public let isDefaultVersion: Bool?
-
The JSON formatted contents of the fleet provisioning template version.
Declaration
Swift
public let templateBody: String?
-
The fleet provisioning template version ID.
Declaration
Swift
public let versionId: Int?
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, isDefaultVersion: Bool? = nil, templateBody: String? = nil, versionId: Int? = nil)