You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::FileShareInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::FileShareInfo
- Defined in:
- (unknown)
Overview
Describes a file share.
Instance Attribute Summary collapse
-
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the file share.
.
-
#file_share_id ⇒ String
The ID of the file share.
.
-
#file_share_status ⇒ String
The status of the file share.
Valid Values:
.CREATING
|UPDATING
|AVAILABLE
|DELETING
-
#file_share_type ⇒ String
The type of the file share.
Possible values:
- NFS
- SMB
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the file share.
#file_share_id ⇒ String
The ID of the file share.
#file_share_status ⇒ String
The status of the file share.
Valid Values: CREATING
| UPDATING
| AVAILABLE
| DELETING
#file_share_type ⇒ String
The type of the file share.
Possible values:
- NFS
- SMB
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.