class Aws::IoTSiteWise::Types::DescribeGatewayResponse
@!attribute [rw] gateway_id
The ID of the gateway device. @return [String]
@!attribute [rw] gateway_name
The name of the gateway. @return [String]
@!attribute [rw] gateway_arn
The [ARN][1] of the gateway, which has the following format. `arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:gateway/$\{GatewayId\}` [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html @return [String]
@!attribute [rw] gateway_platform
The gateway's platform. @return [Types::GatewayPlatform]
@!attribute [rw] gateway_capability_summaries
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][1]. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html @return [Array<Types::GatewayCapabilitySummary>]
@!attribute [rw] creation_date
The date the gateway was created, in Unix epoch time. @return [Time]
@!attribute [rw] last_update_date
The date the gateway was last updated, in Unix epoch time. @return [Time]
Constants
- SENSITIVE