Class: Aws::IoTSiteWise::Types::DescribeGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeGatewayResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the gateway was created, in Unix epoch time.
-
#gateway_arn ⇒ String
The [ARN][1] of the gateway, which has the following format.
-
#gateway_capability_summaries ⇒ Array<Types::GatewayCapabilitySummary>
A list of gateway capability summaries that each contain a namespace and status.
-
#gateway_id ⇒ String
The ID of the gateway device.
-
#gateway_name ⇒ String
The name of the gateway.
-
#gateway_platform ⇒ Types::GatewayPlatform
The gateway's platform.
-
#gateway_version ⇒ String
The version of the gateway.
-
#last_update_date ⇒ Time
The date the gateway was last updated, in Unix epoch time.
Instance Attribute Details
#creation_date ⇒ Time
The date the gateway was created, in Unix epoch 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_arn ⇒ String
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
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_summaries ⇒ Array<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_id ⇒ String
The ID of the gateway device.
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_name ⇒ String
The name of the gateway.
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_platform ⇒ Types::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_version ⇒ String
The version of the gateway. A value of 3
indicates an
MQTT-enabled, V3 gateway, while 2
indicates a Classic streams, V2
gateway.
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_date ⇒ Time
The date the gateway was last updated, in Unix epoch 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 |