HierarchyStructure
public struct HierarchyStructure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about level five.
Declaration
Swift
public let levelFive: HierarchyLevel?
-
Information about level four.
Declaration
Swift
public let levelFour: HierarchyLevel?
-
Information about level one.
Declaration
Swift
public let levelOne: HierarchyLevel?
-
Information about level three.
Declaration
Swift
public let levelThree: HierarchyLevel?
-
Information about level two.
Declaration
Swift
public let levelTwo: HierarchyLevel?
-
Undocumented
Declaration
Swift
public init(levelFive: HierarchyLevel? = nil, levelFour: HierarchyLevel? = nil, levelOne: HierarchyLevel? = nil, levelThree: HierarchyLevel? = nil, levelTwo: HierarchyLevel? = nil)