ConnectorEntity
public struct ConnectorEntity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with entitiesPath = “the_current_entity_name_with_hasNestedEntities_true”, then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.
Declaration
Swift
public let hasNestedEntities: Bool?
-
The label applied to the connector entity.
Declaration
Swift
public let label: String?
-
The name of the connector entity.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(hasNestedEntities: Bool? = nil, label: String? = nil, name: String)