UpdateAnalysisRequest

public struct UpdateAnalysisRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the analysis that you’re updating. This ID displays in the URL of the analysis.

    Declaration

    Swift

    public let analysisId: String
  • The ID of the AWS account that contains the analysis that you’re updating.

    Declaration

    Swift

    public let awsAccountId: String
  • A descriptive name for the analysis that you’re updating. This name displays for the analysis in the QuickSight console.

    Declaration

    Swift

    public let name: String
  • The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

    Declaration

    Swift

    public let parameters: Parameters?
  • A source entity to use for the analysis that you’re updating. This metadata structure contains details that describe a source template and one or more datasets.

    Declaration

    Swift

    public let sourceEntity: AnalysisSourceEntity
  • The Amazon Resource Name (ARN) for the theme to apply to the analysis that you’re creating. To see the theme in the QuickSight console, make sure that you have access to it.

    Declaration

    Swift

    public let themeArn: String?
  • Undocumented

    Declaration

    Swift

    public init(analysisId: String, awsAccountId: String, name: String, parameters: Parameters? = nil, sourceEntity: AnalysisSourceEntity, themeArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws