You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateSMBFileShareVisibilityInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  gateway_arn: "GatewayARN", # required
  file_shares_visible: false, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#file_shares_visibleBoolean

The shares on this gateway appear when listing shares.

Returns:

  • (Boolean)

    The shares on this gateway appear when listing shares.

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

    The Amazon Resource Name (ARN) of the gateway.