Class: Aws::BackupGateway::Types::Gateway

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#gateway_arnString

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.

Returns:

  • (String)


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_nameString

The display name of the gateway.

Returns:

  • (String)


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_typeString

The type of the gateway.

Returns:

  • (String)


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_idString

The hypervisor ID of the gateway.

Returns:

  • (String)


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_timeTime

The last time Backup gateway communicated with the gateway, in Unix format and UTC time.

Returns:

  • (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