DescribeTemplatePermissionsResponse
public struct DescribeTemplatePermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of resource permissions to be set on the template.
Declaration
Swift
public let permissions: [ResourcePermission]?
-
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 Amazon Resource Name (ARN) of the template.
Declaration
Swift
public let templateArn: String?
-
The ID for the template.
Declaration
Swift
public let templateId: String?
-
Undocumented
Declaration
Swift
public init(permissions: [ResourcePermission]? = nil, requestId: String? = nil, status: Int? = nil, templateArn: String? = nil, templateId: String? = nil)