ProvisioningTemplateSummary

public struct ProvisioningTemplateSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date when the fleet provisioning template summary was created.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • The description of the fleet provisioning template.

    Declaration

    Swift

    public let description: String?
  • True if the fleet provision template is enabled, otherwise false.

    Declaration

    Swift

    public let enabled: Bool?
  • The date when the fleet provisioning template summary was last modified.

    Declaration

    Swift

    public let lastModifiedDate: TimeStamp?
  • The ARN of the fleet provisioning template.

    Declaration

    Swift

    public let templateArn: String?
  • The name of the fleet provisioning template.

    Declaration

    Swift

    public let templateName: String?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, description: String? = nil, enabled: Bool? = nil, lastModifiedDate: TimeStamp? = nil, templateArn: String? = nil, templateName: String? = nil)