amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.Entity

Description

 
Synopsis

Documentation

data Entity Source #

An object, structure, or sub-structure of an analysis, template, or dashboard.

See: newEntity smart constructor.

Constructors

Entity' 

Fields

  • path :: Maybe Text

    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

Instances

Instances details
FromJSON Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Generic Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Associated Types

type Rep Entity :: Type -> Type #

Methods

from :: Entity -> Rep Entity x #

to :: Rep Entity x -> Entity #

Read Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Show Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

NFData Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Methods

rnf :: Entity -> () #

Eq Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Methods

(==) :: Entity -> Entity -> Bool #

(/=) :: Entity -> Entity -> Bool #

Hashable Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Methods

hashWithSalt :: Int -> Entity -> Int #

hash :: Entity -> Int #

type Rep Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

type Rep Entity = D1 ('MetaData "Entity" "Amazonka.QuickSight.Types.Entity" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Entity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEntity :: Entity Source #

Create a value of Entity 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:path:Entity', entity_path - The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

entity_path :: Lens' Entity (Maybe Text) Source #

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.