Class: Aws::Types::FileShareInfo
- Inherits:
-
Object
- Object
- Aws::Types::FileShareInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
-
#file_share_id ⇒ ::String
Returns the value of attribute file_share_id.
-
#file_share_status ⇒ ::String
Returns the value of attribute file_share_status.
-
#file_share_type ⇒ "NFS", "SMB"
Returns the value of attribute file_share_type.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
879 880 881 |
# File 'sig/types.rbs', line 879 def file_share_arn @file_share_arn end |
#file_share_id ⇒ ::String
Returns the value of attribute file_share_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def file_share_id @file_share_id end |
#file_share_status ⇒ ::String
Returns the value of attribute file_share_status.
881 882 883 |
# File 'sig/types.rbs', line 881 def file_share_status @file_share_status end |
#file_share_type ⇒ "NFS", "SMB"
Returns the value of attribute file_share_type.
878 879 880 |
# File 'sig/types.rbs', line 878 def file_share_type @file_share_type end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
882 883 884 |
# File 'sig/types.rbs', line 882 def gateway_arn @gateway_arn end |