SlotTypeMetadata

public struct SlotTypeMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the slot type was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • A description of the slot type.

    Declaration

    Swift

    public let description: String?
  • The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.

    Declaration

    Swift

    public let lastUpdatedDate: TimeStamp?
  • The name of the slot type.

    Declaration

    Swift

    public let name: String?
  • The version of the slot type.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

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