Profile
public struct Profile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The address of a room profile.
Declaration
Swift
public let address: String?
-
The ARN of the address book.
Declaration
Swift
public let addressBookArn: String?
-
The distance unit of a room profile.
Declaration
Swift
public let distanceUnit: DistanceUnit?
-
Retrieves if the profile is default or not.
Declaration
Swift
public let isDefault: Bool?
-
The locale of a room profile. (This is currently available only to a limited preview audience.)
Declaration
Swift
public let locale: String?
-
The max volume limit of a room profile.
Declaration
Swift
public let maxVolumeLimit: Int?
-
Meeting room settings of a room profile.
Declaration
Swift
public let meetingRoomConfiguration: MeetingRoomConfiguration?
-
The ARN of a room profile.
Declaration
Swift
public let profileArn: String?
-
The name of a room profile.
Declaration
Swift
public let profileName: String?
-
The PSTN setting of a room profile.
Declaration
Swift
public let pSTNEnabled: Bool?
-
The setup mode of a room profile.
Declaration
Swift
public let setupModeDisabled: Bool?
-
The temperature unit of a room profile.
Declaration
Swift
public let temperatureUnit: TemperatureUnit?
-
The time zone of a room profile.
Declaration
Swift
public let timezone: String?
-
The wake word of a room profile.
Declaration
Swift
public let wakeWord: WakeWord?
-
init(address:addressBookArn:distanceUnit:isDefault:locale:maxVolumeLimit:meetingRoomConfiguration:profileArn:profileName:pSTNEnabled:setupModeDisabled:temperatureUnit:timezone:wakeWord:)
Undocumented
Declaration
Swift
public init(address: String? = nil, addressBookArn: String? = nil, distanceUnit: DistanceUnit? = nil, isDefault: Bool? = nil, locale: String? = nil, maxVolumeLimit: Int? = nil, meetingRoomConfiguration: MeetingRoomConfiguration? = nil, profileArn: String? = nil, profileName: String? = nil, pSTNEnabled: Bool? = nil, setupModeDisabled: Bool? = nil, temperatureUnit: TemperatureUnit? = nil, timezone: String? = nil, wakeWord: WakeWord? = nil)