DescribePortalRequest

public struct DescribePortalRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the portal.

    Declaration

    Swift

    public let portalId: String
  • Undocumented

    Declaration

    Swift

    public init(portalId: String)
  • Declaration

    Swift

    public func validate(name: String) throws