Class: Aws::BackupGateway::Types::UpdateGatewaySoftwareNowOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::UpdateGatewaySoftwareNowOutput
- Includes:
- Structure
- Defined in:
- 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 you updated.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you updated.
1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1215 class UpdateGatewaySoftwareNowOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |