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

Class: Aws::AppStream::Types::StorageConnector

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

Overview

Note:

When passing StorageConnector as input to an Aws::Client method, you can use a vanilla Hash:

{
  connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE, ONE_DRIVE
  resource_identifier: "ResourceIdentifier",
  domains: ["Domain"],
}

Describes a connector that enables persistent storage for users.

Instance Attribute Summary collapse

Instance Attribute Details

#connector_typeString

The type of storage connector.

Possible values:

  • HOMEFOLDERS
  • GOOGLE_DRIVE
  • ONE_DRIVE

Returns:

  • (String)

    The type of storage connector.

#domainsArray<String>

The names of the domains for the account.

Returns:

  • (Array<String>)

    The names of the domains for the account.

#resource_identifierString

The ARN of the storage connector.

Returns:

  • (String)

    The ARN of the storage connector.