Class: Aws::BackupGateway::Types::UpdateGatewayInformationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::UpdateGatewayInformationInput
- 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 to update.
-
#gateway_display_name ⇒ String
The updated display name of the gateway.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway to update.
1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1178 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_display_name) SENSITIVE = [] include Aws::Structure end |
#gateway_display_name ⇒ String
The updated display name of the gateway.
1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1178 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_display_name) SENSITIVE = [] include Aws::Structure end |