amazonka-evidently-2.0: Amazon CloudWatch Evidently 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.Evidently.Types.RefResource

Description

 
Synopsis

Documentation

data RefResource Source #

A structure that contains information about one experiment or launch that uses the specified segment.

See: newRefResource smart constructor.

Constructors

RefResource' 

Fields

  • arn :: Maybe Text

    The ARN of the experiment or launch.

  • endTime :: Maybe Text

    The day and time that this experiment or launch ended.

  • lastUpdatedOn :: Maybe Text

    The day and time that this experiment or launch was most recently updated.

  • startTime :: Maybe Text

    The day and time that this experiment or launch started.

  • status :: Maybe Text

    The status of the experiment or launch.

  • name :: Text

    The name of the experiment or launch.

  • type' :: Text

    Specifies whether the resource that this structure contains information about is an experiment or a launch.

Instances

Instances details
FromJSON RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

Generic RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

Associated Types

type Rep RefResource :: Type -> Type #

Read RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

Show RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

NFData RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

Methods

rnf :: RefResource -> () #

Eq RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

Hashable RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

type Rep RefResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.RefResource

newRefResource Source #

Create a value of RefResource 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:arn:RefResource', refResource_arn - The ARN of the experiment or launch.

$sel:endTime:RefResource', refResource_endTime - The day and time that this experiment or launch ended.

$sel:lastUpdatedOn:RefResource', refResource_lastUpdatedOn - The day and time that this experiment or launch was most recently updated.

$sel:startTime:RefResource', refResource_startTime - The day and time that this experiment or launch started.

$sel:status:RefResource', refResource_status - The status of the experiment or launch.

$sel:name:RefResource', refResource_name - The name of the experiment or launch.

$sel:type':RefResource', refResource_type - Specifies whether the resource that this structure contains information about is an experiment or a launch.

refResource_arn :: Lens' RefResource (Maybe Text) Source #

The ARN of the experiment or launch.

refResource_endTime :: Lens' RefResource (Maybe Text) Source #

The day and time that this experiment or launch ended.

refResource_lastUpdatedOn :: Lens' RefResource (Maybe Text) Source #

The day and time that this experiment or launch was most recently updated.

refResource_startTime :: Lens' RefResource (Maybe Text) Source #

The day and time that this experiment or launch started.

refResource_status :: Lens' RefResource (Maybe Text) Source #

The status of the experiment or launch.

refResource_name :: Lens' RefResource Text Source #

The name of the experiment or launch.

refResource_type :: Lens' RefResource Text Source #

Specifies whether the resource that this structure contains information about is an experiment or a launch.