DissociateEntityFromThingRequest
public struct DissociateEntityFromThingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The entity type from which to disassociate the thing.
Declaration
Swift
public let entityType: EntityType -
The name of the thing to disassociate.
Declaration
Swift
public let thingName: String -
Undocumented
Declaration
Swift
public init(entityType: EntityType, thingName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DissociateEntityFromThingRequest Structure Reference