You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Transfer::Types::HomeDirectoryMapEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HomeDirectoryMapEntry as input to an Aws::Client method, you can use a vanilla Hash:

{
  entry: "MapEntry", # required
  target: "MapTarget", # required
}

Represents an object that contains entries and targets for HomeDirectoryMappings.

Instance Attribute Summary collapse

Instance Attribute Details

#entryString

Represents an entry and a target for HomeDirectoryMappings.

Returns:

  • (String)

    Represents an entry and a target for HomeDirectoryMappings.

#targetString

Represents the map target that is used in a HomeDirectorymapEntry.

Returns:

  • (String)

    Represents the map target that is used in a HomeDirectorymapEntry.