Class: Aws::AppStream::Types::StorageConnector

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes a connector that enables persistent storage for users.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_typeString

The type of storage connector.

Returns:

  • (String)

4135
4136
4137
4138
4139
4140
4141
# File 'lib/aws-sdk-appstream/types.rb', line 4135

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

#domainsArray<String>

The names of the domains for the account.

Returns:

  • (Array<String>)

4135
4136
4137
4138
4139
4140
4141
# File 'lib/aws-sdk-appstream/types.rb', line 4135

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

#resource_identifierString

The ARN of the storage connector.

Returns:

  • (String)

4135
4136
4137
4138
4139
4140
4141
# File 'lib/aws-sdk-appstream/types.rb', line 4135

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