DeviceNetworkProfileInfo
public struct DeviceNetworkProfileInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the certificate associated with a device.
Declaration
Swift
public let certificateArn: String? -
The time (in epoch) when the certificate expires.
Declaration
Swift
public let certificateExpirationTime: TimeStamp? -
The ARN of the network profile associated with a device.
Declaration
Swift
public let networkProfileArn: String? -
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, certificateExpirationTime: TimeStamp? = nil, networkProfileArn: String? = nil)
View on GitHub
DeviceNetworkProfileInfo Structure Reference