Class: Aws::IoTSiteWise::Types::GatewaySummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTSiteWise::Types::GatewaySummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotsitewise/types.rb
 
Overview
Contains a summary of a gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the gateway was created, in Unix epoch time.
 - 
  
    
      #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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains a gateway’s platform information.
 - 
  
    
      #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.
      5506 5507 5508 5509 5510 5511 5512 5513 5514 5515  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5506 class GatewaySummary < Struct.new( :gateway_id, :gateway_name, :gateway_platform, :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].
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html
      5506 5507 5508 5509 5510 5511 5512 5513 5514 5515  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5506 class GatewaySummary < Struct.new( :gateway_id, :gateway_name, :gateway_platform, :gateway_capability_summaries, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_id ⇒ String
The ID of the gateway device.
      5506 5507 5508 5509 5510 5511 5512 5513 5514 5515  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5506 class GatewaySummary < Struct.new( :gateway_id, :gateway_name, :gateway_platform, :gateway_capability_summaries, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_name ⇒ String
The name of the gateway.
      5506 5507 5508 5509 5510 5511 5512 5513 5514 5515  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5506 class GatewaySummary < Struct.new( :gateway_id, :gateway_name, :gateway_platform, :gateway_capability_summaries, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_platform ⇒ Types::GatewayPlatform
Contains a gateway’s platform information.
      5506 5507 5508 5509 5510 5511 5512 5513 5514 5515  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5506 class GatewaySummary < Struct.new( :gateway_id, :gateway_name, :gateway_platform, :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.
      5506 5507 5508 5509 5510 5511 5512 5513 5514 5515  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5506 class GatewaySummary < Struct.new( :gateway_id, :gateway_name, :gateway_platform, :gateway_capability_summaries, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end  |