Get Analysis Result
data class GetAnalysisResult(val arn: String? = null, val createdTime: String? = null, val dataSetArns: List<String>? = null, val errors: List<AnalysisError>? = null, val lastUpdatedTime: String? = null, val name: String? = null, val permissions: List<AnalysisResourcePermission>? = null, val sheets: List<AnalysisSheet>? = null, val tags: List<Tag>? = null, val themeArn: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, dataSetArns: List<String>? = null, errors: List<AnalysisError>? = null, lastUpdatedTime: String? = null, name: String? = null, permissions: List<AnalysisResourcePermission>? = null, sheets: List<AnalysisSheet>? = null, tags: List<Tag>? = null, themeArn: String? = null)
Properties
Link copied to clipboard
The time that the analysis was created.
Link copied to clipboard
The ARNs of the datasets of the analysis.
Link copied to clipboard
Errors associated with the analysis.
Link copied to clipboard
The time that the analysis was last updated.
Link copied to clipboard
A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions
structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN). To specify no permissions, omit Permissions
.
Link copied to clipboard
A list of the associated sheets with the unique identifier and name of each sheet.