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

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

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)


5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

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

#gateway_arnString

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

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

Returns:

  • (String)


5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :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.



5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :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)


5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :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)


5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

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

#gateway_platformTypes::GatewayPlatform

The gateway's platform.



5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :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)


5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

class DescribeGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_name,
  :gateway_arn,
  :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)


5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5105

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