Class: Aws::BackupGateway::Types::AssociateGatewayToServerInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backupgateway/types.rb

Overview

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)


45
46
47
48
49
50
# File 'lib/aws-sdk-backupgateway/types.rb', line 45

class AssociateGatewayToServerInput < Struct.new(
  :gateway_arn,
  :server_arn)
  SENSITIVE = []
  include Aws::Structure
end

#server_arnString

The Amazon Resource Name (ARN) of the server that hosts your virtual machines.

Returns:

  • (String)


45
46
47
48
49
50
# File 'lib/aws-sdk-backupgateway/types.rb', line 45

class AssociateGatewayToServerInput < Struct.new(
  :gateway_arn,
  :server_arn)
  SENSITIVE = []
  include Aws::Structure
end