Class: Aws::BackupGateway::Types::UpdateGatewayInformationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::UpdateGatewayInformationOutput
- 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 you updated.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you updated.
1191 1192 1193 1194 1195 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1191 class UpdateGatewayInformationOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |