DescribeGatewayResponse
public struct DescribeGatewayResponse : 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
-
The ARN of the gateway, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
Declaration
Swift
public let gatewayArn: String
-
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 gateway.
Declaration
Swift
public let gatewayName: String
-
The gateway’s platform.
Declaration
Swift
public let gatewayPlatform: GatewayPlatform?
-
The date the gateway was last updated, in Unix epoch time.
Declaration
Swift
public let lastUpdateDate: TimeStamp
-
init(creationDate:gatewayArn:gatewayCapabilitySummaries:gatewayId:gatewayName:gatewayPlatform:lastUpdateDate:)
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp, gatewayArn: String, gatewayCapabilitySummaries: [GatewayCapabilitySummary], gatewayId: String, gatewayName: String, gatewayPlatform: GatewayPlatform? = nil, lastUpdateDate: TimeStamp)