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)


7111
7112
7113
7114
7115
7116
# File 'lib/aws-sdk-storagegateway/types.rb', line 7111

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)


7111
7112
7113
7114
7115
7116
# File 'lib/aws-sdk-storagegateway/types.rb', line 7111

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