Class: Aws::StorageGateway::Types::UpdateSMBLocalGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateSMBLocalGroupsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#smb_local_groups ⇒ Types::SMBLocalGroups
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
Instance Attribute Details
#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.
7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7516 class UpdateSMBLocalGroupsInput < Struct.new( :gateway_arn, :smb_local_groups) SENSITIVE = [] include Aws::Structure end |
#smb_local_groups ⇒ Types::SMBLocalGroups
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7516 class UpdateSMBLocalGroupsInput < Struct.new( :gateway_arn, :smb_local_groups) SENSITIVE = [] include Aws::Structure end |