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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes a connector that enables persistent storage for users.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_typeString

The type of storage connector.

Returns:

  • (String)


5045
5046
5047
5048
5049
5050
5051
5052
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5045

class StorageConnector < Struct.new(
  :connector_type,
  :resource_identifier,
  :domains,
  :domains_require_admin_consent)
  SENSITIVE = []
  include Aws::Structure
end

#domainsArray<String>

The names of the domains for the account.

Returns:

  • (Array<String>)


5045
5046
5047
5048
5049
5050
5051
5052
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5045

class StorageConnector < Struct.new(
  :connector_type,
  :resource_identifier,
  :domains,
  :domains_require_admin_consent)
  SENSITIVE = []
  include Aws::Structure
end

The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.

Returns:

  • (Array<String>)


5045
5046
5047
5048
5049
5050
5051
5052
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5045

class StorageConnector < Struct.new(
  :connector_type,
  :resource_identifier,
  :domains,
  :domains_require_admin_consent)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The ARN of the storage connector.

Returns:

  • (String)


5045
5046
5047
5048
5049
5050
5051
5052
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5045

class StorageConnector < Struct.new(
  :connector_type,
  :resource_identifier,
  :domains,
  :domains_require_admin_consent)
  SENSITIVE = []
  include Aws::Structure
end