Class: Aws::WorkSpaces::Types::StorageConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StorageConnector
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the storage connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_type ⇒ String
The type of connector used to save user files.
-
#status ⇒ String
Indicates if the storage connetor is enabled or disabled.
Instance Attribute Details
#connector_type ⇒ String
The type of connector used to save user files.
4632 4633 4634 4635 4636 4637 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4632 class StorageConnector < Struct.new( :connector_type, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates if the storage connetor is enabled or disabled.
4632 4633 4634 4635 4636 4637 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4632 class StorageConnector < Struct.new( :connector_type, :status) SENSITIVE = [] include Aws::Structure end |