libZSservicesZSamazonka-workdocsZSamazonka-workdocs
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkDocs.Types.ResourcePath

Description

 
Synopsis

Documentation

data ResourcePath Source #

Describes the path information of a resource.

See: newResourcePath smart constructor.

Constructors

ResourcePath' 

Fields

Instances

Instances details
Eq ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

Read ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

Show ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

Generic ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

Associated Types

type Rep ResourcePath :: Type -> Type #

NFData ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

Methods

rnf :: ResourcePath -> () #

Hashable ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

FromJSON ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

type Rep ResourcePath Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePath

type Rep ResourcePath = D1 ('MetaData "ResourcePath" "Amazonka.WorkDocs.Types.ResourcePath" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "ResourcePath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "components") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourcePathComponent]))))

newResourcePath :: ResourcePath Source #

Create a value of ResourcePath with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:components:ResourcePath', resourcePath_components - The components of the resource path.

resourcePath_components :: Lens' ResourcePath (Maybe [ResourcePathComponent]) Source #

The components of the resource path.