Class: Aws::Types::DescribeSMBSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSMBSettingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_status ⇒ "ACCESS_DENIED", ...
Returns the value of attribute active_directory_status.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#file_shares_visible ⇒ Boolean
Returns the value of attribute file_shares_visible.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#smb_guest_password_set ⇒ Boolean
Returns the value of attribute smb_guest_password_set.
-
#smb_local_groups ⇒ Types::SMBLocalGroups
Returns the value of attribute smb_local_groups.
-
#smb_security_strategy ⇒ "ClientSpecified", ...
Returns the value of attribute smb_security_strategy.
Instance Attribute Details
#active_directory_status ⇒ "ACCESS_DENIED", ...
Returns the value of attribute active_directory_status.
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.
693 694 695 |
# File 'sig/types.rbs', line 693 def domain_name @domain_name end |
#file_shares_visible ⇒ Boolean
Returns the value of attribute file_shares_visible.
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.
692 693 694 |
# File 'sig/types.rbs', line 692 def gateway_arn @gateway_arn end |
#smb_guest_password_set ⇒ Boolean
Returns the value of attribute smb_guest_password_set.
695 696 697 |
# File 'sig/types.rbs', line 695 def smb_guest_password_set @smb_guest_password_set end |
#smb_local_groups ⇒ Types::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.
696 697 698 |
# File 'sig/types.rbs', line 696 def smb_security_strategy @smb_security_strategy end |