| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.RefResource
Description
Synopsis
- data RefResource = RefResource' {}
- newRefResource :: Text -> Text -> RefResource
- refResource_arn :: Lens' RefResource (Maybe Text)
- refResource_endTime :: Lens' RefResource (Maybe Text)
- refResource_lastUpdatedOn :: Lens' RefResource (Maybe Text)
- refResource_startTime :: Lens' RefResource (Maybe Text)
- refResource_status :: Lens' RefResource (Maybe Text)
- refResource_name :: Lens' RefResource Text
- refResource_type :: Lens' RefResource Text
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
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> RefResource |
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.