Class: Aws::WorkSpaces::Types::StorageConnector

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connector_typeString

The type of connector used to save user files.

Returns:

  • (String)


4592
4593
4594
4595
4596
4597
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4592

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

#statusString

Indicates if the storage connetor is enabled or disabled.

Returns:

  • (String)


4592
4593
4594
4595
4596
4597
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4592

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