GetAnalysisResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the analysis.

Link copied to clipboard
val createdTime: String? = null

The time that the analysis was created.

Link copied to clipboard
val dataSetArns: List<String>? = null

The ARNs of the datasets of the analysis.

Link copied to clipboard
val errors: List<AnalysisError>? = null

Errors associated with the analysis.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time that the analysis was last updated.

Link copied to clipboard
val name: String? = null

The descriptive name of the analysis.

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
val sheets: List<AnalysisSheet>? = null

A list of the associated sheets with the unique identifier and name of each sheet.

Link copied to clipboard
val tags: List<Tag>? = null

Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.

Link copied to clipboard
val themeArn: String? = null

The ARN of the theme of the analysis.