CreateTemplateResponse

public struct CreateTemplateResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN for the template.

    Declaration

    Swift

    public let arn: String?
  • The template creation status.

    Declaration

    Swift

    public let creationStatus: ResourceStatus?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • The ID of the template.

    Declaration

    Swift

    public let templateId: String?
  • The ARN for the template, including the version information of the first version.

    Declaration

    Swift

    public let versionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationStatus: ResourceStatus? = nil, requestId: String? = nil, status: Int? = nil, templateId: String? = nil, versionArn: String? = nil)