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.TimeRangeFilterValue

Description

 
Synopsis

Documentation

data TimeRangeFilterValue Source #

The value of a time range filter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newTimeRangeFilterValue smart constructor.

Constructors

TimeRangeFilterValue' 

Fields

Instances

Instances details
FromJSON TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

ToJSON TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Generic TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Associated Types

type Rep TimeRangeFilterValue :: Type -> Type #

Show TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

NFData TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Methods

rnf :: TimeRangeFilterValue -> () #

Eq TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Hashable TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

type Rep TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

type Rep TimeRangeFilterValue = D1 ('MetaData "TimeRangeFilterValue" "Amazonka.QuickSight.Types.TimeRangeFilterValue" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TimeRangeFilterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rollingDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollingDateConfiguration)) :*: S1 ('MetaSel ('Just "staticValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newTimeRangeFilterValue :: TimeRangeFilterValue Source #

Create a value of TimeRangeFilterValue 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:parameter:TimeRangeFilterValue', timeRangeFilterValue_parameter - The parameter type input value.

$sel:rollingDate:TimeRangeFilterValue', timeRangeFilterValue_rollingDate - The rolling date input value.

$sel:staticValue:TimeRangeFilterValue', timeRangeFilterValue_staticValue - The static input value.