DeleteProfileRequest

public struct DeleteProfileRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the room profile to delete. Required.

    Declaration

    Swift

    public let profileArn: String?
  • Undocumented

    Declaration

    Swift

    public init(profileArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws