ProvisioningArtifactSummary

public struct ProvisioningArtifactSummary : 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?
  • id

    The identifier of the provisioning artifact.

    Declaration

    Swift

    public let id: String?
  • The name of the provisioning artifact.

    Declaration

    Swift

    public let name: String?
  • The metadata for the provisioning artifact. This is used with AWS Marketplace products.

    Declaration

    Swift

    public let provisioningArtifactMetadata: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(createdTime: TimeStamp? = nil, description: String? = nil, id: String? = nil, name: String? = nil, provisioningArtifactMetadata: [String : String]? = nil)