Class: Aws::StorageGateway::Types::UpdateMaintenanceStartTimeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateMaintenanceStartTimeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the Amazon Resource Name (ARN) of the gateway whose maintenance start time is updated.
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. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7000 class UpdateMaintenanceStartTimeOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |