Class: Aws::AppStream::Types::StorageConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StorageConnector
- 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
-
#connector_type ⇒ String
The type of storage connector.
-
#domains ⇒ Array<String>
The names of the domains for the account.
-
#domains_require_admin_consent ⇒ Array<String>
The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0.
-
#resource_identifier ⇒ String
The ARN of the storage connector.
Instance Attribute Details
#connector_type ⇒ String
The type of storage connector.
4930 4931 4932 4933 4934 4935 4936 4937 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4930 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains, :domains_require_admin_consent) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<String>
The names of the domains for the account.
4930 4931 4932 4933 4934 4935 4936 4937 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4930 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains, :domains_require_admin_consent) SENSITIVE = [] include Aws::Structure end |
#domains_require_admin_consent ⇒ Array<String>
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.
4930 4931 4932 4933 4934 4935 4936 4937 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4930 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains, :domains_require_admin_consent) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The ARN of the storage connector.
4930 4931 4932 4933 4934 4935 4936 4937 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4930 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains, :domains_require_admin_consent) SENSITIVE = [] include Aws::Structure end |