GatewaySummary
public struct GatewaySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date the gateway was created, in Unix epoch time.
Declaration
Swift
public let creationDate: TimeStamp
-
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration’s definition, use DescribeGatewayCapabilityConfiguration.
Declaration
Swift
public let gatewayCapabilitySummaries: [GatewayCapabilitySummary]?
-
The ID of the gateway device.
Declaration
Swift
public let gatewayId: String
-
The name of the asset.
Declaration
Swift
public let gatewayName: String
-
The date the gateway was last updated, in Unix epoch time.
Declaration
Swift
public let lastUpdateDate: TimeStamp
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp, gatewayCapabilitySummaries: [GatewayCapabilitySummary]? = nil, gatewayId: String, gatewayName: String, lastUpdateDate: TimeStamp)