ProvisioningArtifact
public struct ProvisioningArtifact : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The UTC time stamp of the creation time.
Declaration
Swift
public let createdTime: TimeStamp? -
The description of the provisioning artifact.
Declaration
Swift
public let description: String? -
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
Declaration
Swift
public let guidance: ProvisioningArtifactGuidance? -
The identifier of the provisioning artifact.
Declaration
Swift
public let id: String? -
The name of the provisioning artifact.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, description: String? = nil, guidance: ProvisioningArtifactGuidance? = nil, id: String? = nil, name: String? = nil)
View on GitHub
ProvisioningArtifact Structure Reference