CreateProfileResponse

public struct CreateProfileResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the newly created room profile in the response.

    Declaration

    Swift

    public let profileArn: String?
  • Undocumented

    Declaration

    Swift

    public init(profileArn: String? = nil)