libZSservicesZSamazonka-workspacesZSamazonka-workspaces
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.WorkSpaces.Types.ClientPropertiesResult

Description

 
Synopsis

Documentation

data ClientPropertiesResult Source #

Information about the Amazon WorkSpaces client.

See: newClientPropertiesResult smart constructor.

Constructors

ClientPropertiesResult' 

Fields

Instances

Instances details
Eq ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Read ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Show ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Generic ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Associated Types

type Rep ClientPropertiesResult :: Type -> Type #

NFData ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Methods

rnf :: ClientPropertiesResult -> () #

Hashable ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

FromJSON ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

type Rep ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

type Rep ClientPropertiesResult = D1 ('MetaData "ClientPropertiesResult" "Amazonka.WorkSpaces.Types.ClientPropertiesResult" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "ClientPropertiesResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientProperties))))

newClientPropertiesResult :: ClientPropertiesResult Source #

Create a value of ClientPropertiesResult 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:resourceId:ClientPropertiesResult', clientPropertiesResult_resourceId - The resource identifier, in the form of a directory ID.

$sel:clientProperties:ClientPropertiesResult', clientPropertiesResult_clientProperties - Information about the Amazon WorkSpaces client.

clientPropertiesResult_resourceId :: Lens' ClientPropertiesResult (Maybe Text) Source #

The resource identifier, in the form of a directory ID.