Class: Aws::BackupGateway::Types::GetGatewayInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::GetGatewayInput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
393 394 395 396 397 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 393 class GetGatewayInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |