Class: Aws::StorageGateway::Types::StartGatewayInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Note:

When making an API call, you may pass StartGatewayInput data as a hash:

{
  gateway_arn: "GatewayARN", # required
}

A JSON object containing the Amazon Resource Name (ARN) of the gateway to start.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)


5834
5835
5836
5837
5838
# File 'lib/aws-sdk-storagegateway/types.rb', line 5834

class StartGatewayInput < Struct.new(
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end