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.
-
#resource_identifier ⇒ String
The ARN of the storage connector.
Instance Attribute Details
#connector_type ⇒ String
The type of storage connector.
4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4924 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<String>
The names of the domains for the account.
4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4924 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The ARN of the storage connector.
4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4924 class StorageConnector < Struct.new( :connector_type, :resource_identifier, :domains) SENSITIVE = [] include Aws::Structure end |