Class: Aws::StorageGateway::Types::UpdateGatewaySoftwareNowOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateGatewaySoftwareNowOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the Amazon Resource Name (ARN) of the gateway that was 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.
6911 6912 6913 6914 6915 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6911 class UpdateGatewaySoftwareNowOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |