DocumentationVersion

public struct DocumentationVersion : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date when the API documentation snapshot is created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • The description of the API documentation snapshot.

    Declaration

    Swift

    public let description: String?
  • The version identifier of the API documentation snapshot.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp? = nil, description: String? = nil, version: String? = nil)