You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::GatewaySummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains a summary of a gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the gateway was created, in Unix epoch time.

Returns:

  • (Time)

    The date the gateway was created, in Unix epoch time.

#gateway_capability_summariesArray<Types::GatewayCapabilitySummary>

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.

Returns:

#gateway_idString

The ID of the gateway device.

Returns:

  • (String)

    The ID of the gateway device.

#gateway_nameString

The name of the asset.

Returns:

  • (String)

    The name of the asset.

#last_update_dateTime

The date the gateway was last updated, in Unix epoch time.

Returns:

  • (Time)

    The date the gateway was last updated, in Unix epoch time.