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

Class: Aws::IoTSiteWise::Types::DescribeGatewayResponse

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

Overview

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_arnString

The ARN of the gateway, which has the following format.

arn:$`{Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}`

Returns:

  • (String)

    The [ARN][1] of the gateway, which has the following format.

#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 gateway.

Returns:

  • (String)

    The name of the gateway.

#gateway_platformTypes::GatewayPlatform

The gateway\'s platform.

Returns:

#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.