Class: Aws::StorageGateway::Types::FileSystemAssociationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_system_association_arnString

The Amazon Resource Name (ARN) of the file system association.

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4015

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_idString

The ID of the file system association.

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4015

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_statusString

The status of the file share. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4015

class FileSystemAssociationSummary < Struct.new(
  :file_system_association_id,
  :file_system_association_arn,
  :file_system_association_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

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.

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4015

class FileSystemAssociationSummary < Struct.new(
  :file_system_association_id,
  :file_system_association_arn,
  :file_system_association_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end