| 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.QuickSight.Types.AnalysisSummary
Description
Synopsis
- data AnalysisSummary = AnalysisSummary' {
- analysisId :: Maybe Text
- arn :: Maybe Text
- createdTime :: Maybe POSIX
- lastUpdatedTime :: Maybe POSIX
- name :: Maybe Text
- status :: Maybe ResourceStatus
- newAnalysisSummary :: AnalysisSummary
- analysisSummary_analysisId :: Lens' AnalysisSummary (Maybe Text)
- analysisSummary_arn :: Lens' AnalysisSummary (Maybe Text)
- analysisSummary_createdTime :: Lens' AnalysisSummary (Maybe UTCTime)
- analysisSummary_lastUpdatedTime :: Lens' AnalysisSummary (Maybe UTCTime)
- analysisSummary_name :: Lens' AnalysisSummary (Maybe Text)
- analysisSummary_status :: Lens' AnalysisSummary (Maybe ResourceStatus)
Documentation
data AnalysisSummary Source #
The summary metadata that describes an analysis.
See: newAnalysisSummary smart constructor.
Constructors
| AnalysisSummary' | |
Fields
| |
Instances
newAnalysisSummary :: AnalysisSummary Source #
Create a value of AnalysisSummary 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:analysisId:AnalysisSummary', analysisSummary_analysisId - The ID of the analysis. This ID displays in the URL.
$sel:arn:AnalysisSummary', analysisSummary_arn - The Amazon Resource Name (ARN) for the analysis.
$sel:createdTime:AnalysisSummary', analysisSummary_createdTime - The time that the analysis was created.
$sel:lastUpdatedTime:AnalysisSummary', analysisSummary_lastUpdatedTime - The time that the analysis was last updated.
$sel:name:AnalysisSummary', analysisSummary_name - The name of the analysis. This name is displayed in the Amazon
QuickSight console.
$sel:status:AnalysisSummary', analysisSummary_status - The last known status for the analysis.
analysisSummary_analysisId :: Lens' AnalysisSummary (Maybe Text) Source #
The ID of the analysis. This ID displays in the URL.
analysisSummary_arn :: Lens' AnalysisSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) for the analysis.
analysisSummary_createdTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #
The time that the analysis was created.
analysisSummary_lastUpdatedTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #
The time that the analysis was last updated.
analysisSummary_name :: Lens' AnalysisSummary (Maybe Text) Source #
The name of the analysis. This name is displayed in the Amazon QuickSight console.
analysisSummary_status :: Lens' AnalysisSummary (Maybe ResourceStatus) Source #
The last known status for the analysis.