Class: Aws::BackupGateway::Types::Gateway
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BackupGateway::Types::Gateway
 
 
- Defined in:
 - gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
 
Overview
A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #gateway_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the gateway.
 - 
  
    
      #gateway_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the gateway.
 - 
  
    
      #gateway_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the gateway.
 - 
  
    
      #hypervisor_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The hypervisor ID of the gateway.
 - 
  
    
      #last_seen_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
 
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and Amazon Web Services Region.
      279 280 281 282 283 284 285 286 287  | 
    
      # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 279 class Gateway < Struct.new( :gateway_arn, :gateway_display_name, :gateway_type, :hypervisor_id, :last_seen_time) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_display_name ⇒ String
The display name of the gateway.
      279 280 281 282 283 284 285 286 287  | 
    
      # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 279 class Gateway < Struct.new( :gateway_arn, :gateway_display_name, :gateway_type, :hypervisor_id, :last_seen_time) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_type ⇒ String
The type of the gateway.
      279 280 281 282 283 284 285 286 287  | 
    
      # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 279 class Gateway < Struct.new( :gateway_arn, :gateway_display_name, :gateway_type, :hypervisor_id, :last_seen_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hypervisor_id ⇒ String
The hypervisor ID of the gateway.
      279 280 281 282 283 284 285 286 287  | 
    
      # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 279 class Gateway < Struct.new( :gateway_arn, :gateway_display_name, :gateway_type, :hypervisor_id, :last_seen_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_seen_time ⇒ Time
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
      279 280 281 282 283 284 285 286 287  | 
    
      # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 279 class Gateway < Struct.new( :gateway_arn, :gateway_display_name, :gateway_type, :hypervisor_id, :last_seen_time) SENSITIVE = [] include Aws::Structure end  |