Class: Aws::StorageGateway::Types::UpdateSMBLocalGroupsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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


7145
7146
7147
7148
7149
7150
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7145

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

#smb_local_groupsTypes::SMBLocalGroups

A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.



7145
7146
7147
7148
7149
7150
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7145

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