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)

4655
4656
4657
4658
4659
4660
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4655

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

#statusString

Indicates if the storage connetor is enabled or disabled.

Returns:

  • (String)

4655
4656
4657
4658
4659
4660
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4655

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