Class: Aws::Types::UpdateSMBFileShareVisibilityInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSMBFileShareVisibilityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_shares_visible ⇒ Boolean
Returns the value of attribute file_shares_visible.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#file_shares_visible ⇒ Boolean
Returns the value of attribute file_shares_visible.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def file_shares_visible @file_shares_visible end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def gateway_arn @gateway_arn end |