HierarchyGroup

public struct HierarchyGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the hierarchy group.

    Declaration

    Swift

    public let arn: String?
  • Information about the levels in the hierarchy group.

    Declaration

    Swift

    public let hierarchyPath: HierarchyPath?
  • id

    The identifier of the hierarchy group.

    Declaration

    Swift

    public let id: String?
  • The identifier of the level in the hierarchy group.

    Declaration

    Swift

    public let levelId: String?
  • The name of the hierarchy group.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, hierarchyPath: HierarchyPath? = nil, id: String? = nil, levelId: String? = nil, name: String? = nil)