Delegate

public struct Delegate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The identifier for the user or group associated as the resource’s delegate.

    Declaration

    Swift

    public let id: String
  • The type of the delegate: user or group.

    Declaration

    Swift

    public let type: MemberType
  • Undocumented

    Declaration

    Swift

    public init(id: String, type: MemberType)