DescribeNamespaceResponse
public struct DescribeNamespaceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the namespace.
Declaration
Swift
public let namespaceArn: String? -
The name of the namespace.
Declaration
Swift
public let namespaceName: String? -
The version of the user’s namespace to describe.
Declaration
Swift
public let namespaceVersion: Int64? -
The name of the public namespace that the latest namespace version is tracking.
Declaration
Swift
public let trackingNamespaceName: String? -
The version of the public namespace that the latest version is tracking.
Declaration
Swift
public let trackingNamespaceVersion: Int64? -
Undocumented
Declaration
Swift
public init(namespaceArn: String? = nil, namespaceName: String? = nil, namespaceVersion: Int64? = nil, trackingNamespaceName: String? = nil, trackingNamespaceVersion: Int64? = nil)
View on GitHub
DescribeNamespaceResponse Structure Reference