You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::FileShareInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a file share.

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

The Amazon Resource Name (ARN) of the file share.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the file share.

    .

#file_share_idString

The ID of the file share.

Returns:

  • (String)

    The ID of the file share.

    .

#file_share_statusString

The status of the file share.

Valid Values: CREATING | UPDATING | AVAILABLE | DELETING

Returns:

  • (String)

    The status of the file share.

    Valid Values: CREATING | UPDATING | AVAILABLE | DELETING

    .

#file_share_typeString

The type of the file share.

Possible values:

  • NFS
  • SMB

Returns:

  • (String)

    The type of the file share.

    .

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.