DescribeTemplateResponse
public struct DescribeTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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 template structure for the object you want to describe.
Declaration
Swift
public let template: Template? -
Undocumented
Declaration
Swift
public init(requestId: String? = nil, status: Int? = nil, template: Template? = nil)
View on GitHub
DescribeTemplateResponse Structure Reference