UserSummary

public struct UserSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of change pending for the ActiveMQ user.

    Declaration

    Swift

    public let pendingChange: ChangeType?
  • Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

    Declaration

    Swift

    public let username: String?
  • Undocumented

    Declaration

    Swift

    public init(pendingChange: ChangeType? = nil, username: String? = nil)