Class: Aws::Types::UpdateSMBLocalGroupsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSMBLocalGroupsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#smb_local_groups ⇒ Types::SMBLocalGroups
Returns the value of attribute smb_local_groups.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def gateway_arn @gateway_arn end |
#smb_local_groups ⇒ Types::SMBLocalGroups
Returns the value of attribute smb_local_groups.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def smb_local_groups @smb_local_groups end |