GetEntityTypesResult
public struct GetEntityTypesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of entity types.
Declaration
Swift
public let entityTypes: [EntityType]?
-
The next page token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(entityTypes: [EntityType]? = nil, nextToken: String? = nil)