ProfileData
public struct ProfileData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The address of a room profile.
Declaration
Swift
public let address: String?
-
The distance unit of a room profile.
Declaration
Swift
public let distanceUnit: DistanceUnit?
-
Retrieves if the profile data 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 ARN of a room profile.
Declaration
Swift
public let profileArn: String?
-
The name of a room profile.
Declaration
Swift
public let profileName: String?
-
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:distanceUnit:isDefault:locale:profileArn:profileName:temperatureUnit:timezone:wakeWord:)
Undocumented
Declaration
Swift
public init(address: String? = nil, distanceUnit: DistanceUnit? = nil, isDefault: Bool? = nil, locale: String? = nil, profileArn: String? = nil, profileName: String? = nil, temperatureUnit: TemperatureUnit? = nil, timezone: String? = nil, wakeWord: WakeWord? = nil)