TemplateVersion
public struct TemplateVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time that this template version was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
Declaration
Swift
public let dataSetConfigurations: [DataSetConfiguration]?
-
The description of the template.
Declaration
Swift
public let description: String?
-
Errors associated with this template version.
Declaration
Swift
public let errors: [TemplateError]?
-
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
Declaration
Swift
public let sourceEntityArn: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: ResourceStatus?
-
The ARN of the theme associated with this version of the template.
Declaration
Swift
public let themeArn: String?
-
The version number of the template version.
Declaration
Swift
public let versionNumber: Int64?
-
init(createdTime:dataSetConfigurations:description:errors:sourceEntityArn:status:themeArn:versionNumber:)
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, dataSetConfigurations: [DataSetConfiguration]? = nil, description: String? = nil, errors: [TemplateError]? = nil, sourceEntityArn: String? = nil, status: ResourceStatus? = nil, themeArn: String? = nil, versionNumber: Int64? = nil)