Class: Aws::StorageGateway::Types::UpdateSMBFileShareVisibilityOutput

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

Overview

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 Amazon Web Services Region.

Returns:

  • (String)


7448
7449
7450
7451
7452
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7448

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