GetProfileRequest

public struct GetProfileRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the room profile for which to request details. Required.

    Declaration

    Swift

    public let profileArn: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws