NamespaceInfoV2
public struct NamespaceInfoV2 : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The namespace ARN.
Declaration
Swift
public let arn: String? -
The namespace AWS Region.
Declaration
Swift
public let capacityRegion: String? -
The creation status of a namespace that is not yet completely created.
Declaration
Swift
public let creationStatus: NamespaceStatus? -
The identity store used for the namespace.
Declaration
Swift
public let identityStore: IdentityStore? -
The name of the error.
Declaration
Swift
public let name: String? -
An error that occurred when the namespace was created.
Declaration
Swift
public let namespaceError: NamespaceError? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, capacityRegion: String? = nil, creationStatus: NamespaceStatus? = nil, identityStore: IdentityStore? = nil, name: String? = nil, namespaceError: NamespaceError? = nil)
View on GitHub
NamespaceInfoV2 Structure Reference