Class: Aws::StorageGateway::Types::FileShareInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::FileShareInfo
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Describes a file share. Only supported S3 File Gateway.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#file_share_type ⇒ String
The type of the file share.
-
#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.
4033 4034 4035 4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4033 class FileShareInfo < Struct.new( :file_share_type, :file_share_arn, :file_share_id, :file_share_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#file_share_id ⇒ String
The ID of the file share.
4033 4034 4035 4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4033 class FileShareInfo < Struct.new( :file_share_type, :file_share_arn, :file_share_id, :file_share_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#file_share_status ⇒ String
The status of the file share.
Valid Values: CREATING
| UPDATING
| AVAILABLE
| DELETING
4033 4034 4035 4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4033 class FileShareInfo < Struct.new( :file_share_type, :file_share_arn, :file_share_id, :file_share_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#file_share_type ⇒ String
The type of the file share.
4033 4034 4035 4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4033 class FileShareInfo < Struct.new( :file_share_type, :file_share_arn, :file_share_id, :file_share_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#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 Amazon Web Services Region.
4033 4034 4035 4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4033 class FileShareInfo < Struct.new( :file_share_type, :file_share_arn, :file_share_id, :file_share_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |