Class: Aws::Types::DescribeSMBSettingsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_status"ACCESS_DENIED", ...

Returns the value of attribute active_directory_status.

Returns:

  • ("ACCESS_DENIED", "DETACHED", "JOINED", "JOINING", "NETWORK_ERROR", "TIMEOUT", "UNKNOWN_ERROR", "INSUFFICIENT_PERMISSIONS")


694
695
696
# File 'sig/types.rbs', line 694

def active_directory_status
  @active_directory_status
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def domain_name
  @domain_name
end

#file_shares_visibleBoolean

Returns the value of attribute file_shares_visible.

Returns:

  • (Boolean)


697
698
699
# File 'sig/types.rbs', line 697

def file_shares_visible
  @file_shares_visible
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def gateway_arn
  @gateway_arn
end

#smb_guest_password_setBoolean

Returns the value of attribute smb_guest_password_set.

Returns:

  • (Boolean)


695
696
697
# File 'sig/types.rbs', line 695

def smb_guest_password_set
  @smb_guest_password_set
end

#smb_local_groupsTypes::SMBLocalGroups

Returns the value of attribute smb_local_groups.



698
699
700
# File 'sig/types.rbs', line 698

def smb_local_groups
  @smb_local_groups
end

#smb_security_strategy"ClientSpecified", ...

Returns the value of attribute smb_security_strategy.

Returns:

  • ("ClientSpecified", "MandatorySigning", "MandatoryEncryption", "MandatoryEncryptionNoAes128")


696
697
698
# File 'sig/types.rbs', line 696

def smb_security_strategy
  @smb_security_strategy
end