NAME

Paws::StorageGateway::FileSystemAssociationInfo

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::StorageGateway::FileSystemAssociationInfo object:

$service_obj->Method(Att1 => { AuditDestinationARN => $value, ..., Tags => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::StorageGateway::FileSystemAssociationInfo object:

$result = $service_obj->Method(...);
$result->Att1->AuditDestinationARN

DESCRIPTION

Describes the object returned by DescribeFileSystemAssociations that describes a created file system association.

ATTRIBUTES

AuditDestinationARN => Str

The Amazon Resource Name (ARN) of the storage used for the audit logs.

CacheAttributes => Paws::StorageGateway::CacheAttributes

FileSystemAssociationARN => Str

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

FileSystemAssociationStatus => Str

The status of the file system association. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | MISCONFIGURED | UPDATING | UNAVAILABLE

GatewayARN => Str

LocationARN => Str

The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem (https://docs.aws.amazon.com/fsx/latest/APIReference/API_FileSystem.html) in the Amazon FSx API Reference.

Tags => ArrayRef[Paws::StorageGateway::Tag]

A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::StorageGateway

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues