Class: Aws::StorageGateway::Types::FileSystemAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::FileSystemAssociationSummary
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Gets the summary returned by ListFileSystemAssociation
, which is a
summary of a created file system association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association.
-
#file_system_association_id ⇒ String
The ID of the file system association.
-
#file_system_association_status ⇒ String
The status of the file share.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association.
4406 4407 4408 4409 4410 4411 4412 4413 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4406 class FileSystemAssociationSummary < Struct.new( :file_system_association_id, :file_system_association_arn, :file_system_association_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#file_system_association_id ⇒ String
The ID of the file system association.
4406 4407 4408 4409 4410 4411 4412 4413 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4406 class FileSystemAssociationSummary < Struct.new( :file_system_association_id, :file_system_association_arn, :file_system_association_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#file_system_association_status ⇒ String
The status of the file share. Valid Values: AVAILABLE
|
CREATING
| DELETING
| FORCE_DELETING
| UPDATING
|
ERROR
4406 4407 4408 4409 4410 4411 4412 4413 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4406 class FileSystemAssociationSummary < Struct.new( :file_system_association_id, :file_system_association_arn, :file_system_association_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.
4406 4407 4408 4409 4410 4411 4412 4413 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4406 class FileSystemAssociationSummary < Struct.new( :file_system_association_id, :file_system_association_arn, :file_system_association_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |