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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains a summary of a gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

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

Returns:

  • (Time)


6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

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



6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The ID of the gateway device.

Returns:

  • (String)


6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_nameString

The name of the gateway.

Returns:

  • (String)


6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_platformTypes::GatewayPlatform

The gateway's platform configuration. You can only specify one platform type in a gateway.

(Legacy only) For Greengrass V1 gateways, specify the greengrass parameter with a valid Greengrass group ARN.

For Greengrass V2 gateways, specify the greengrassV2 parameter with a valid core device thing name. If creating a V3 gateway (gatewayVersion=3), you must also specify the coreDeviceOperatingSystem.

For Siemens Industrial Edge gateways, specify the siemensIE parameter with a valid IoT Core thing name.



6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_versionString

The version of the gateway. A value of 3 indicates an MQTT-enabled, V3 gateway, while 2 indicates a Classic streams, V2 gateway.

Returns:

  • (String)


6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_dateTime

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

Returns:

  • (Time)


6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6810

class GatewaySummary < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_platform,
  :gateway_version,
  :gateway_capability_summaries,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end