DescribeTemplatePermissionsRequest

public struct DescribeTemplatePermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the template that you’re describing.

    Declaration

    Swift

    public let awsAccountId: String
  • The ID for the template.

    Declaration

    Swift

    public let templateId: String
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, templateId: String)
  • Declaration

    Swift

    public func validate(name: String) throws