Preset

public struct Preset : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    An identifier for this resource that is unique within all of AWS.

    Declaration

    Swift

    public let arn: String?
  • An optional category you create to organize your presets.

    Declaration

    Swift

    public let category: String?
  • The timestamp in epoch seconds for preset creation.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • An optional description you create for each preset.

    Declaration

    Swift

    public let description: String?
  • The timestamp in epoch seconds when the preset was last updated.

    Declaration

    Swift

    public let lastUpdated: TimeStamp?
  • A name you create for each preset. Each name must be unique within your account.

    Declaration

    Swift

    public let name: String
  • Settings for preset

    Declaration

    Swift

    public let settings: PresetSettings
  • A preset can be of two types: system or custom. System or built-in preset can’t be modified or deleted by the user.

    Declaration

    Swift

    public let type: Type?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, category: String? = nil, createdAt: TimeStamp? = nil, description: String? = nil, lastUpdated: TimeStamp? = nil, name: String, settings: PresetSettings, type: Type? = nil)