Class: Aws::BackupGateway::Types::GetGatewayInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupgateway/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.

Returns:

  • (String)


400
401
402
403
404
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 400

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