Class: Aws::StorageGateway::Types::FileSystemAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::FileSystemAssociationSummary
- Includes:
- Aws::Structure
- Defined in:
- 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.
4158 4159 4160 4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4158 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.
4158 4159 4160 4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4158 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`
4158 4159 4160 4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4158 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.
4158 4159 4160 4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4158 class FileSystemAssociationSummary < Struct.new( :file_system_association_id, :file_system_association_arn, :file_system_association_status, :gateway_arn) SENSITIVE = [] include Aws::Structure end |