Class: Aws::StorageGateway::Types::UpdateSMBFileShareVisibilityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateSMBFileShareVisibilityInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_shares_visible ⇒ Boolean
The shares on this gateway appear when listing shares.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#file_shares_visible ⇒ Boolean
The shares on this gateway appear when listing shares.
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_arn ⇒ String
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.
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 |