OrganizationNode
public struct OrganizationNode : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The organization node type.
Declaration
Swift
public let type: OrganizationNodeType?
-
The identifier of the organization node.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(type: OrganizationNodeType? = nil, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws