Class: Aws::StorageGateway::Types::UpdateSMBFileShareVisibilityInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_shares_visibleBoolean

The shares on this gateway appear when listing shares.

Returns:

  • (Boolean)


7482
7483
7484
7485
7486
7487
# File 'lib/aws-sdk-storagegateway/types.rb', line 7482

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

#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)


7482
7483
7484
7485
7486
7487
# File 'lib/aws-sdk-storagegateway/types.rb', line 7482

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