Class: Aws::BackupGateway::Types::PutMaintenanceStartTimeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::PutMaintenanceStartTimeOutput
- 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 a gateway for which you set the maintenance start time.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of a gateway for which you set the maintenance start time.
985 986 987 988 989 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 985 class PutMaintenanceStartTimeOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |