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

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

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


7122
7123
7124
7125
7126
7127
# File 'lib/aws-sdk-storagegateway/types.rb', line 7122

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.



7122
7123
7124
7125
7126
7127
# File 'lib/aws-sdk-storagegateway/types.rb', line 7122

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